public abstract static class Lookup.Item<T> extends Object
Constructor and Description |
---|
Item() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getDisplayName()
Get a human presentable name for the item.
|
abstract String |
getId()
Get a persistent identifier for the item.
|
abstract T |
getInstance()
Get the instance itself.
|
abstract Class<? extends T> |
getType()
Get the implementing class of the instance.
|
String |
toString() |
public abstract T getInstance()
public abstract Class<? extends T> getType()
public abstract String getId()
public abstract String getDisplayName()