public static enum DOFRouteInfo.State extends java.lang.Enum<DOFRouteInfo.State>
Enum Constant and Description |
---|
ADDED
A new route was added to the system.
|
CHANGED
Information about an existing route changed.
|
REMOVED
A route was removed from the system.
|
Modifier and Type | Method and Description |
---|---|
static DOFRouteInfo.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DOFRouteInfo.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DOFRouteInfo.State ADDED
public static final DOFRouteInfo.State REMOVED
public static final DOFRouteInfo.State CHANGED
public static DOFRouteInfo.State[] values()
for (DOFRouteInfo.State c : DOFRouteInfo.State.values()) System.out.println(c);
public static DOFRouteInfo.State 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