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