public static enum XpathConstraintNode.BindingContext.CtxState extends Enum<XpathConstraintNode.BindingContext.CtxState>
Modifier and Type | Method and Description |
---|---|
static XpathConstraintNode.BindingContext.CtxState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpathConstraintNode.BindingContext.CtxState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XpathConstraintNode.BindingContext.CtxState NONE
public static final XpathConstraintNode.BindingContext.CtxState ATCURRENT
public static final XpathConstraintNode.BindingContext.CtxState OTHER
public static XpathConstraintNode.BindingContext.CtxState[] values()
for (XpathConstraintNode.BindingContext.CtxState c : XpathConstraintNode.BindingContext.CtxState.values()) System.out.println(c);
public static XpathConstraintNode.BindingContext.CtxState 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 © 2017. All rights reserved.