org.icefaces.mobi.component.augmentedreality
protected static enum AugmentedRealityLocationsBase.PropertyKeys extends java.lang.Enum<AugmentedRealityLocationsBase.PropertyKeys>
| Enum Constant and Description |
|---|
locationAlt |
locationDir |
locationIcon |
locationLabel |
locationLat |
locationLon |
value |
var |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AugmentedRealityLocationsBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AugmentedRealityLocationsBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AugmentedRealityLocationsBase.PropertyKeys locationAlt
public static final AugmentedRealityLocationsBase.PropertyKeys locationDir
public static final AugmentedRealityLocationsBase.PropertyKeys locationIcon
public static final AugmentedRealityLocationsBase.PropertyKeys locationLabel
public static final AugmentedRealityLocationsBase.PropertyKeys locationLat
public static final AugmentedRealityLocationsBase.PropertyKeys locationLon
public static final AugmentedRealityLocationsBase.PropertyKeys value
public static final AugmentedRealityLocationsBase.PropertyKeys var
public static AugmentedRealityLocationsBase.PropertyKeys[] values()
for (AugmentedRealityLocationsBase.PropertyKeys c : AugmentedRealityLocationsBase.PropertyKeys.values()) System.out.println(c);
public static AugmentedRealityLocationsBase.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<AugmentedRealityLocationsBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.