Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jguild.jrpm.io.constant
Interface EnumIf  view EnumIf download EnumIf.java

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