com.jguild.jrpm.io.constant
public final class LeadArchitecture extends Object implements EnumIf
Version: $Id: LeadArchitecture.java,v 1.3 2003/10/20 16:32:12 mkuss Exp $
Field Summary | |
---|---|
static LeadArchitecture | A68000 |
static LeadArchitecture | ALPHA |
static LeadArchitecture | ARM |
static LeadArchitecture | I386 |
static LeadArchitecture | IA64 |
static LeadArchitecture | M68KMINT |
static LeadArchitecture | MIPS |
static LeadArchitecture | MIPSEL |
static LeadArchitecture | POWERPC |
static LeadArchitecture | RS6000 |
static LeadArchitecture | S390 |
static LeadArchitecture | S390X |
static LeadArchitecture | SGI |
static LeadArchitecture | SPARC |
static LeadArchitecture | SPARC64 |
static LeadArchitecture | UNKNOWN |
static int | _A68000 |
static int | _ALPHA |
static int | _ARM |
static int | _I386 |
static int | _IA64 |
static int | _M68KMINT |
static int | _MIPS |
static int | _MIPSEL |
static int | _POWERPC |
static int | _RS6000 |
static int | _S390 |
static int | _S390X |
static int | _SGI |
static int | _SPARC |
static int | _SPARC64 |
Method Summary | |
---|---|
static boolean | containsEnumId(Long id)
Check if this enum class contains a enum of a specified id
|
static EnumIf | getEnumById(long id)
Get a enum by id
|
static EnumIf | getEnumByName(String name)
Get a enum by name
|
static String[] | getEnumNames()
Get all defined enums of this class
|
long | getId() |
static LeadArchitecture | getLeadArchitecture(int architecture)
Get a enum of this class by id
|
String | getName() |
String | toString() |
Parameters: id The id of the enum
Returns: TRUE if the enum is defined in this class
Parameters: id The id of the enum
Returns: The enum object
Parameters: name The name of the enum
Returns: The enum object
Returns: An array of all defined enum objects
Parameters: architecture The id
Returns: The enum object