|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OperatingSystemFamilyType>
com.vmware.vcloud.sdk.constants.OperatingSystemFamilyType
public enum OperatingSystemFamilyType
Operating System Family types.
| Enum Constant Summary | |
|---|---|
LINUX
Deprecated. Linux Family |
|
MICROSOFT_WINDOWS
Deprecated. Microsoft Windows Family |
|
OTHER
Deprecated. Other Family |
|
| Method Summary | |
|---|---|
static OperatingSystemFamilyType |
fromName(String name)
Deprecated. |
static OperatingSystemFamilyType |
fromValue(Integer value)
Deprecated. |
String |
getName()
Deprecated. |
Integer |
value()
Deprecated. |
static OperatingSystemFamilyType |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static OperatingSystemFamilyType[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OperatingSystemFamilyType MICROSOFT_WINDOWS
public static final OperatingSystemFamilyType LINUX
public static final OperatingSystemFamilyType OTHER
| Method Detail |
|---|
public static OperatingSystemFamilyType[] values()
for (OperatingSystemFamilyType c : OperatingSystemFamilyType.values()) System.out.println(c);
public static OperatingSystemFamilyType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getName()
public Integer value()
public static OperatingSystemFamilyType fromName(String name)
public static OperatingSystemFamilyType fromValue(Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||