public enum IfMachineType extends Enum<IfMachineType>
| Modifier and Type | Method and Description |
|---|---|
static IfMachineType |
forValue(String value) |
String |
getValue() |
String |
toJson() |
String |
toString() |
static IfMachineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfMachineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfMachineType cont
public static final IfMachineType delay
public static final IfMachineType hangup
public static IfMachineType[] values()
for (IfMachineType c : IfMachineType.values()) System.out.println(c);
public static IfMachineType 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 toString()
toString in class Enum<IfMachineType>public String toJson()
public static IfMachineType forValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.