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

Author:
kuss

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

Returns:
The id

getName

public java.lang.String getName()
Get the name of this enum object

Returns:
The name


Copyright © 2002-2005 Sourceforge. All Rights Reserved.