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