public static enum InterToPartER.Direction extends Enum<InterToPartER.Direction>
| Enum Constant and Description |
|---|
ANY |
BOTHSIDERS |
LEFT |
ONESIDERS |
RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static InterToPartER.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterToPartER.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterToPartER.Direction LEFT
public static final InterToPartER.Direction RIGHT
public static final InterToPartER.Direction ANY
public static final InterToPartER.Direction ONESIDERS
public static final InterToPartER.Direction BOTHSIDERS
public static InterToPartER.Direction[] values()
for (InterToPartER.Direction c : InterToPartER.Direction.values()) System.out.println(c);
public static InterToPartER.Direction 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 BioPAX. All rights reserved.