Interface IValueDescriptor<TData extends Serializable>
- Type Parameters:
TData- The type of the value.
- All Superinterfaces:
Serializable
Interface for a value descriptor. A value descriptor is a class that holds a value and a display label for that
value.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetDisplayLabel(Locale locale) Returns the display label of the descriptor.getValue()Returns the value of the descriptor.
-
Method Details
-
getDisplayLabel
-
getValue
-