public enum VirtualMachineAppHeartbeatStatusType extends Enum<VirtualMachineAppHeartbeatStatusType>
Java class for VirtualMachineAppHeartbeatStatusType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VirtualMachineAppHeartbeatStatusType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="appStatusGray"/>
<enumeration value="appStatusGreen"/>
<enumeration value="appStatusRed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APP_STATUS_GRAY |
APP_STATUS_GREEN |
APP_STATUS_RED |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineAppHeartbeatStatusType |
fromValue(String v) |
String |
value() |
static VirtualMachineAppHeartbeatStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineAppHeartbeatStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineAppHeartbeatStatusType APP_STATUS_GRAY
public static final VirtualMachineAppHeartbeatStatusType APP_STATUS_GREEN
public static final VirtualMachineAppHeartbeatStatusType APP_STATUS_RED
public static VirtualMachineAppHeartbeatStatusType[] values()
for (VirtualMachineAppHeartbeatStatusType c : VirtualMachineAppHeartbeatStatusType.values()) System.out.println(c);
public static VirtualMachineAppHeartbeatStatusType 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 value()
public static VirtualMachineAppHeartbeatStatusType fromValue(String v)
Copyright © 2018. All rights reserved.