public static enum TransitionLabel.TransitionType extends Enum<TransitionLabel.TransitionType>
| Modifier and Type | Method and Description |
|---|---|
static TransitionLabel.TransitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionLabel.TransitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransitionLabel.TransitionType EPSILON
public static final TransitionLabel.TransitionType SYMBOL
public static final TransitionLabel.TransitionType OTHER
public static TransitionLabel.TransitionType[] values()
for (TransitionLabel.TransitionType c : TransitionLabel.TransitionType.values()) System.out.println(c);
public static TransitionLabel.TransitionType 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 © 2021. All rights reserved.