|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jguild.jrpm.io.constant.LeadOS
Constants for OS type.
Field Summary | |
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 |
_OS_390
|
static int |
_OSF
|
static int |
_SCO_SV
|
static int |
_SUNOS4
|
static int |
_SUNOS5
|
static int |
_UNIX_SV
|
static int |
_VM_ESA
|
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 |
OS_390
|
static LeadOS |
OSF
|
static LeadOS |
SCO_SV
|
static LeadOS |
SUNOS4
|
static LeadOS |
SUNOS5
|
static LeadOS |
UNIX_SV
|
static LeadOS |
UNKNOWN
|
static LeadOS |
VM_ESA
|
Fields inherited from interface com.jguild.jrpm.io.constant.EnumIf |
_UNKNOWN |
Method Summary | |
static boolean |
containsEnumId(java.lang.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(java.lang.String name)
Get a enum by name |
static java.lang.String[] |
getEnumNames()
Get all defined enums of this class |
long |
getId()
Get the id of this enum object |
static LeadOS |
getLeadOS(int os)
Get a enum of this class by id |
java.lang.String |
getName()
Get the name of this enum object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final LeadOS UNKNOWN
public static final int _LINUX
public static final LeadOS LINUX
public static final int _IRIX
public static final LeadOS IRIX
public static final int _SUNOS5
public static final LeadOS SUNOS5
public static final int _SUNOS4
public static final LeadOS SUNOS4
public static final int _AIX
public static final LeadOS AIX
public static final int _HPUX
public static final LeadOS HPUX
public static final int _OSF
public static final LeadOS OSF
public static final int _FREEBSD
public static final LeadOS FREEBSD
public static final int _SCO_SV
public static final LeadOS SCO_SV
public static final int _IRIX64
public static final LeadOS IRIX64
public static final int _NEXTSTEP
public static final LeadOS NEXTSTEP
public static final int _BSD_OS
public static final LeadOS BSD_OS
public static final int _MACHTEN
public static final LeadOS MACHTEN
public static final int _CYGWIN_NT
public static final LeadOS CYGWIN_NT
public static final int _CYGWIN_9X
public static final LeadOS CYGWIN_9X
public static final int _UNIX_SV
public static final LeadOS UNIX_SV
public static final int _MINT
public static final LeadOS MINT
public static final int _OS_390
public static final LeadOS OS_390
public static final int _VM_ESA
public static final LeadOS VM_ESA
public static final int _LINUX_390
public static final LeadOS LINUX_390
Method Detail |
public static EnumIf getEnumById(long id)
id
- The id of the enum
public static EnumIf getEnumByName(java.lang.String name)
name
- The name of the enum
public static java.lang.String[] getEnumNames()
public static LeadOS getLeadOS(int os)
os
- The id
public static boolean containsEnumId(java.lang.Long id)
id
- The id of the enum
public long getId()
EnumIf
getId
in interface EnumIf
public java.lang.String getName()
EnumIf
getName
in interface EnumIf
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |