public static enum SVOElement.SVOGrammarPosition extends java.lang.Enum<SVOElement.SVOGrammarPosition>
Enum Constant and Description |
---|
DIRECT_OBJECT |
INDIRECT_OBJECT |
SUBJECT |
Modifier and Type | Method and Description |
---|---|
static SVOElement.SVOGrammarPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SVOElement.SVOGrammarPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVOElement.SVOGrammarPosition SUBJECT
public static final SVOElement.SVOGrammarPosition DIRECT_OBJECT
public static final SVOElement.SVOGrammarPosition INDIRECT_OBJECT
public static SVOElement.SVOGrammarPosition[] values()
for (SVOElement.SVOGrammarPosition c : SVOElement.SVOGrammarPosition.values()) System.out.println(c);
public static SVOElement.SVOGrammarPosition valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null