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