public static enum XMLRealiser.OpCode extends Enum<XMLRealiser.OpCode>
| Enum Constant and Description |
|---|
noop
The noop.
|
realise
The realise.
|
setLexicon
The set lexicon.
|
startRecording
The start recording.
|
stopRecording
The stop recording.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLRealiser.OpCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLRealiser.OpCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLRealiser.OpCode noop
public static final XMLRealiser.OpCode realise
public static final XMLRealiser.OpCode setLexicon
public static final XMLRealiser.OpCode startRecording
public static final XMLRealiser.OpCode stopRecording
public static XMLRealiser.OpCode[] values()
for (XMLRealiser.OpCode c : XMLRealiser.OpCode.values()) System.out.println(c);
public static XMLRealiser.OpCode 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 © 2020. All Rights Reserved.