public static enum Route.RouteDirection extends java.lang.Enum<Route.RouteDirection>
Modifier and Type | Field and Description |
---|---|
int |
id |
int |
resourceid |
java.lang.String |
text |
Modifier and Type | Method and Description |
---|---|
static Route.RouteDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Route.RouteDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Route.RouteDirection Infil
public static final Route.RouteDirection Exfil
public final java.lang.String text
public final int id
public final int resourceid
public static Route.RouteDirection[] values()
for (Route.RouteDirection c : Route.RouteDirection.values()) System.out.println(c);
public static Route.RouteDirection 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 null