public enum TriggerZoneConditionType extends java.lang.Enum<TriggerZoneConditionType>
| Enum Constant and Description |
|---|
Item
Trigger zone condition is true when the end-user enters to any trigger zones of item.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerZoneConditionType |
fromValue(java.lang.String value) |
java.lang.String |
toString() |
static TriggerZoneConditionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TriggerZoneConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerZoneConditionType Item
public static TriggerZoneConditionType[] values()
for (TriggerZoneConditionType c : TriggerZoneConditionType.values()) System.out.println(c);
public static TriggerZoneConditionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<TriggerZoneConditionType>public static TriggerZoneConditionType fromValue(java.lang.String value)