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