public static enum SVOElement.SVOGrammarPosition extends Enum<SVOElement.SVOGrammarPosition>
| Enum Constant and Description |
|---|
DIRECT_OBJECT |
INDIRECT_OBJECT |
SUBJECT |
| Modifier and Type | Method and Description |
|---|---|
static SVOElement.SVOGrammarPosition |
valueOf(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(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 © 2015. All rights reserved.