public static enum XMPPathSegment.Type extends java.lang.Enum<XMPPathSegment.Type>
Enum Constant and Description |
---|
ARRAY_INDEX |
PROPERTY |
QUALIFIER |
QUALIFIER_SELECTOR |
Modifier and Type | Method and Description |
---|---|
static XMPPathSegment.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMPPathSegment.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMPPathSegment.Type PROPERTY
public static final XMPPathSegment.Type ARRAY_INDEX
public static final XMPPathSegment.Type QUALIFIER
public static final XMPPathSegment.Type QUALIFIER_SELECTOR
public static XMPPathSegment.Type[] values()
for (XMPPathSegment.Type c : XMPPathSegment.Type.values()) System.out.println(c);
public static XMPPathSegment.Type 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved