public static enum SystemToken.OS extends java.lang.Enum<SystemToken.OS>
Enum Constant and Description |
---|
ALL |
LINUX |
OSX |
SOLARIS |
UNIX |
WINDOWS |
Modifier and Type | Method and Description |
---|---|
static SystemToken.OS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemToken.OS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemToken.OS ALL
public static final SystemToken.OS LINUX
public static final SystemToken.OS OSX
public static final SystemToken.OS SOLARIS
public static final SystemToken.OS WINDOWS
public static final SystemToken.OS UNIX
public static SystemToken.OS[] values()
for (SystemToken.OS c : SystemToken.OS.values()) System.out.println(c);
public static SystemToken.OS valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2008-2022 University of Manitoba.