com.jguild.jrpm.io.constant
public final class LeadOS extends Object implements EnumIf
Field Summary | |
---|---|
static LeadOS | AIX |
static LeadOS | BSD_OS |
static LeadOS | CYGWIN_9X |
static LeadOS | CYGWIN_NT |
static LeadOS | FREEBSD |
static LeadOS | HPUX |
static LeadOS | IRIX |
static LeadOS | IRIX64 |
static LeadOS | LINUX |
static LeadOS | LINUX_390 |
static LeadOS | MACHTEN |
static LeadOS | MINT |
static LeadOS | NEXTSTEP |
static LeadOS | OSF |
static LeadOS | OS_390 |
static LeadOS | SCO_SV |
static LeadOS | SUNOS4 |
static LeadOS | SUNOS5 |
static LeadOS | UNIX_SV |
static LeadOS | UNKNOWN |
static LeadOS | VM_ESA |
static int | _AIX |
static int | _BSD_OS |
static int | _CYGWIN_9X |
static int | _CYGWIN_NT |
static int | _FREEBSD |
static int | _HPUX |
static int | _IRIX |
static int | _IRIX64 |
static int | _LINUX |
static int | _LINUX_390 |
static int | _MACHTEN |
static int | _MINT |
static int | _NEXTSTEP |
static int | _OSF |
static int | _OS_390 |
static int | _SCO_SV |
static int | _SUNOS4 |
static int | _SUNOS5 |
static int | _UNIX_SV |
static int | _VM_ESA |
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 LeadOS | getLeadOS(int os)
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: os The id
Returns: The enum object