public interface ItemInfo
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Method returns the description of the item.
|
java.lang.String |
getDisplayName()
Method returns the display name of the item.
|
Interface |
getInterface()
Method returns the interface of the item.
|
java.util.Collection<Interface> |
getInterfaces()
Method returns the interfaces of the item.
|
java.lang.String |
getName()
Method returns the name of the item.
|
static final java.lang.String COPYRIGHT
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
Interface getInterface()
java.util.Collection<Interface> getInterfaces()