| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.output.ItemClassIdentifiers | |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ItemClassIdentifiers |
getById(int id)
Retrieve an item by its unique integer identifier.
| ||||||||||
| int |
getId()
Retrieve the identifier of a class.
| ||||||||||
| static ItemClassIdentifiers | valueOf(String name) | ||||||||||
| final static ItemClassIdentifiers[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Retrieve an item by its unique integer identifier.
| id | the integer id |
|---|
Retrieve the identifier of a class.