public static enum Route.Variable extends Enum<Route.Variable>
TraciObject.getReadQuery(Enum).| Enum Constant and Description |
|---|
ROUTE
Query "ReadRoute"
|
| Modifier and Type | Method and Description |
|---|---|
static Route.Variable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Route.Variable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Route.Variable ROUTE
Route.queryReadRoute()public static Route.Variable[] values()
for (Route.Variable c : Route.Variable.values()) System.out.println(c);
public static Route.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.