private static enum ALDWorkflow.COMPATIBILITY extends Enum<ALDWorkflow.COMPATIBILITY>
| Enum Constant and Description |
|---|
ASSIGNABLE |
CONVERTIBLE |
INCOMPATIBLE |
| Modifier and Type | Method and Description |
|---|---|
static ALDWorkflow.COMPATIBILITY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDWorkflow.COMPATIBILITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDWorkflow.COMPATIBILITY ASSIGNABLE
public static final ALDWorkflow.COMPATIBILITY CONVERTIBLE
public static final ALDWorkflow.COMPATIBILITY INCOMPATIBLE
public static ALDWorkflow.COMPATIBILITY[] values()
for (ALDWorkflow.COMPATIBILITY c : ALDWorkflow.COMPATIBILITY.values()) System.out.println(c);
public static ALDWorkflow.COMPATIBILITY 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 © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.