protected static enum Waypoint.PropertyKeys extends java.lang.Enum<Waypoint.PropertyKeys>
| Enum Constant and Description |
|---|
continuous |
enabled |
forContext |
forValue |
horizontal |
offset |
triggerOnce |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static Waypoint.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Waypoint.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Waypoint.PropertyKeys widgetVar
public static final Waypoint.PropertyKeys forValue
public static final Waypoint.PropertyKeys forContext
public static final Waypoint.PropertyKeys enabled
public static final Waypoint.PropertyKeys horizontal
public static final Waypoint.PropertyKeys offset
public static final Waypoint.PropertyKeys continuous
public static final Waypoint.PropertyKeys triggerOnce
public static Waypoint.PropertyKeys[] values()
for (Waypoint.PropertyKeys c : Waypoint.PropertyKeys.values()) System.out.println(c);
public static Waypoint.PropertyKeys 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<Waypoint.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.