Interface GenericProperty<T extends GenericValue>
- Type Parameters:
T
- Property value type
Represents a property. The value can be a single value, or a list of values.
-
Method Summary
-
Method Details
-
getName
- Returns:
- Property name
-
getLabel
- Returns:
- Property label
-
isSingleValue
boolean isSingleValue()- Returns:
- Returns true if property has only one value.
-
getValue
- Returns:
- Single value (first value).
-
getValues
- Returns:
- List of values
-
isValid
boolean isValid()- Returns:
- true if property contains at least one valid value
-