public static enum CLibrary.OSType extends java.lang.Enum<CLibrary.OSType>
Modifier and Type | Method and Description |
---|---|
static CLibrary.OSType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CLibrary.OSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CLibrary.OSType LINUX
public static final CLibrary.OSType MAC
public static final CLibrary.OSType WINDOWS
public static final CLibrary.OSType AIX
public static final CLibrary.OSType OTHER
public static CLibrary.OSType[] values()
for (CLibrary.OSType c : CLibrary.OSType.values()) System.out.println(c);
public static CLibrary.OSType 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 © 2017 The Apache Software Foundation