T
- The type of the Object describedpublic interface IItemDescriptor<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getID()
Returns the identifier.
|
T |
getItem()
Returns the item.
|
java.lang.String |
getLabel()
Returns the label.
|
java.lang.String getID()
java.lang.String getLabel()
java.lang.String getDescription()
T getItem()