public static enum NElementPathImpl.ItemType extends Enum<NElementPathImpl.ItemType>
| Enum Constant and Description |
|---|
ANY |
INDEXED |
NAME |
RANGED_INDEX |
THIS |
| Modifier and Type | Method and Description |
|---|---|
static NElementPathImpl.ItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NElementPathImpl.ItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NElementPathImpl.ItemType THIS
public static final NElementPathImpl.ItemType NAME
public static final NElementPathImpl.ItemType ANY
public static final NElementPathImpl.ItemType INDEXED
public static final NElementPathImpl.ItemType RANGED_INDEX
public static NElementPathImpl.ItemType[] values()
for (NElementPathImpl.ItemType c : NElementPathImpl.ItemType.values()) System.out.println(c);
public static NElementPathImpl.ItemType 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 © 2025 vpc open source initiative. All rights reserved.