public static enum SystemEnvironment.OSFamily extends Enum<SystemEnvironment.OSFamily>
| Enum Constant and Description |
|---|
DOS |
MAC |
NETWARE |
OPENVMS |
OS2 |
OS400 |
TANDEM |
UNIX |
WIN9X |
WINDOWS |
ZOS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static SystemEnvironment.OSFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemEnvironment.OSFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemEnvironment.OSFamily DOS
public static final SystemEnvironment.OSFamily MAC
public static final SystemEnvironment.OSFamily NETWARE
public static final SystemEnvironment.OSFamily OS2
public static final SystemEnvironment.OSFamily TANDEM
public static final SystemEnvironment.OSFamily UNIX
public static final SystemEnvironment.OSFamily WINDOWS
public static final SystemEnvironment.OSFamily WIN9X
public static final SystemEnvironment.OSFamily ZOS
public static final SystemEnvironment.OSFamily OS400
public static final SystemEnvironment.OSFamily OPENVMS
public static SystemEnvironment.OSFamily[] values()
for (SystemEnvironment.OSFamily c : SystemEnvironment.OSFamily.values()) System.out.println(c);
public static SystemEnvironment.OSFamily 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 getName()
Copyright © 2019. All rights reserved.