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