public static enum RhsPart.Kind extends Enum<RhsPart.Kind>
| Enum Constant and Description |
|---|
Assignment |
Cast |
Choice |
Ignored |
List |
Optional |
Sequence |
Set |
Symbol |
Unordered |
| Modifier and Type | Method and Description |
|---|---|
static RhsPart.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RhsPart.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RhsPart.Kind Choice
public static final RhsPart.Kind Optional
public static final RhsPart.Kind Sequence
public static final RhsPart.Kind Symbol
public static final RhsPart.Kind Unordered
public static final RhsPart.Kind Assignment
public static final RhsPart.Kind List
public static final RhsPart.Kind Cast
public static final RhsPart.Kind Set
public static final RhsPart.Kind Ignored
public static RhsPart.Kind[] values()
for (RhsPart.Kind c : RhsPart.Kind.values()) System.out.println(c);
public static RhsPart.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 nullCopyright © 2014. All rights reserved.