public abstract static class Lookup.Item<T> extends Object
Constructor and Description |
---|
Lookup.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()
Built on June 20 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.