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