T
- The type of the Object describedItemDescriptor
@Deprecated
public interface IItemDescriptor<T>
Modifier and Type | Method | 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()