public static enum PlanInterpretationNode.Role extends java.lang.Enum<PlanInterpretationNode.Role>
| Enum Constant and Description |
|---|
LIST_ENTRY |
MAP_KEY |
MAP_VALUE |
YAML_PRIMITIVE |
| Modifier and Type | Method and Description |
|---|---|
static PlanInterpretationNode.Role |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanInterpretationNode.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanInterpretationNode.Role MAP_KEY
public static final PlanInterpretationNode.Role MAP_VALUE
public static final PlanInterpretationNode.Role LIST_ENTRY
public static final PlanInterpretationNode.Role YAML_PRIMITIVE
public static PlanInterpretationNode.Role[] values()
for (PlanInterpretationNode.Role c : PlanInterpretationNode.Role.values()) System.out.println(c);
public static PlanInterpretationNode.Role 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