public static enum POI.Variable extends Enum<POI.Variable>
TraciObject.getReadQuery(Enum).| Enum Constant and Description |
|---|
COLOR
Query "ReadColor"
|
POSITION
Query "ReadPosition"
|
TYPE
Query "ReadType"
|
| Modifier and Type | Method and Description |
|---|---|
static POI.Variable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static POI.Variable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POI.Variable TYPE
POI.queryReadType()public static final POI.Variable COLOR
POI.queryReadColor()public static final POI.Variable POSITION
POI.queryReadPosition()public static POI.Variable[] values()
for (POI.Variable c : POI.Variable.values()) System.out.println(c);
public static POI.Variable 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 nullCopyright © 2015 Politecnico di Torino. All rights reserved.