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