public static enum CallConversionNode.Sequence extends Enum<CallConversionNode.Sequence>
| Modifier and Type | Method and Description |
|---|---|
static CallConversionNode.Sequence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallConversionNode.Sequence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallConversionNode.Sequence FIRST
public static final CallConversionNode.Sequence SECOND
public static CallConversionNode.Sequence 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 nullpublic static CallConversionNode.Sequence[] values()
for (CallConversionNode.Sequence c : CallConversionNode.Sequence.values()) System.out.println(c);
Copyright © 2012 Aarhus University