public enum OSStyle extends Enum<OSStyle>
| Modifier and Type | Method and Description |
|---|---|
String |
getLibrary() |
static OSStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSStyle WINDOWS
public static final OSStyle UNIX
public static OSStyle[] values()
for (OSStyle c : OSStyle.values()) System.out.println(c);
public static OSStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLibrary()
Copyright © 2017. All rights reserved.