value property

T value
final

The value of this attribute. The type T depends on the specific attribute.

Examples:

To remove an attribute from its EasyAttributeStyles container just set value to null, and use merge to make this.

Implementation

final T value;