Interface NamedValue
- All Known Subinterfaces:
LocalizedNamedValue
- All Known Implementing Classes:
LocalizedNamedValueImpl,NamedValueImpl
public interface NamedValue
Describes a list of operations that are available on the basic type
NamedValue
which contains values with names/descriptions-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the current instanceintgetId()Returns the identifier of the current instance
-
Method Details
-
getId
int getId()Returns the identifier of the current instance- Returns:
- - the identifier of the current instance
-
getDescription
String getDescription()Returns the description of the current instance- Returns:
- - the description of the current instance
-