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