public static enum StatementPatternQuery.Pattern extends Enum<StatementPatternQuery.Pattern>
| Enum Constant and Description |
|---|
_SOP |
O_SP |
P_SO |
PO_S |
S_PO |
SO_P |
SP_O |
SPO_ |
| Modifier and Type | Method and Description |
|---|---|
static StatementPatternQuery.Pattern |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementPatternQuery.Pattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatementPatternQuery.Pattern _SOP
public static final StatementPatternQuery.Pattern O_SP
public static final StatementPatternQuery.Pattern P_SO
public static final StatementPatternQuery.Pattern PO_S
public static final StatementPatternQuery.Pattern S_PO
public static final StatementPatternQuery.Pattern SO_P
public static final StatementPatternQuery.Pattern SP_O
public static final StatementPatternQuery.Pattern SPO_
public static StatementPatternQuery.Pattern[] values()
for (StatementPatternQuery.Pattern c : StatementPatternQuery.Pattern.values()) System.out.println(c);
public static StatementPatternQuery.Pattern 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 © 2007-2012 fortytwo.net. All Rights Reserved.