Attribute |
Abstract super class for attributes
|
BooleanAttribute |
Represents an attribute containing a boolean as value.
|
DateAttribute |
Represents an attribute containing a date (timestamp) as value
|
MultiValueListAttribute |
Represents an attribute containing multiple values from a predefined list of possible values
|
NumericAttribute |
Represents an attribute containing a numeric value
|
ScriptAttribute |
Represents an attribute containing a script as value
|
SingleValueListAttribute |
Represents an attribute containing a single value from a predefined list of possible values
|
StringAttribute |
Represents an attribute containing a string as value
|