|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> io >> [ constant overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jguild.jrpm.io.constant
Interface EnumIf

- All Known Implementing Classes:
- EnumDelegate, LeadArchitecture, LeadOS, LeadSignature, LeadType, RPMHeaderTag, RPMIndexType, RPMSignatureTag
- public interface EnumIf
Interface for all enum objects
| Field Summary | |
static int |
_UNKNOWN
Global unknown id |
| Method Summary | |
long |
getId()
Get the id of this enum object |
java.lang.String |
getName()
Get the name of this enum object |
| Field Detail |
_UNKNOWN
public static final int _UNKNOWN
- Global unknown id
- See Also:
- Constant Field Values
| Method Detail |
getId
public long getId()
- Get the id of this enum object
getName
public java.lang.String getName()
- Get the name of this enum object
|
|||||||||
| Home >> All >> com >> jguild >> jrpm >> io >> [ constant overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC