com.jguild.jrpm.io.constant

Interface EnumIf

public interface EnumIf

Interface for all enum objects

Author: kuss

Field Summary
static int_UNKNOWN
Global unknown id
Method Summary
abstract longgetId()
Get the id of this enum object
abstract StringgetName()
Get the name of this enum object

Field Detail

_UNKNOWN

public static final int _UNKNOWN
Global unknown id

Method Detail

getId

public abstract long getId()
Get the id of this enum object

Returns: The id

getName

public abstract String getName()
Get the name of this enum object

Returns: The name