public static enum RouteElement.RouteElementAction extends java.lang.Enum<RouteElement.RouteElementAction>
Enum Constant and Description |
---|
deleteArc |
deleteNode |
existingPortInst |
newArc |
newNode |
Modifier and Type | Method and Description |
---|---|
static RouteElement.RouteElementAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteElement.RouteElementAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RouteElement.RouteElementAction newNode
public static final RouteElement.RouteElementAction newArc
public static final RouteElement.RouteElementAction deleteNode
public static final RouteElement.RouteElementAction deleteArc
public static final RouteElement.RouteElementAction existingPortInst
public static RouteElement.RouteElementAction[] values()
for (RouteElement.RouteElementAction c : RouteElement.RouteElementAction.values()) System.out.println(c);
public static RouteElement.RouteElementAction 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