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