de.interactive_instruments.ShapeChange.Target.XmlSchema
Enum SchematronConstraintNode.BindingContext.CtxState
java.lang.Object
java.lang.Enum<SchematronConstraintNode.BindingContext.CtxState>
de.interactive_instruments.ShapeChange.Target.XmlSchema.SchematronConstraintNode.BindingContext.CtxState
- All Implemented Interfaces:
- Serializable, Comparable<SchematronConstraintNode.BindingContext.CtxState>
- Enclosing class:
- SchematronConstraintNode.BindingContext
public static enum SchematronConstraintNode.BindingContext.CtxState
- extends Enum<SchematronConstraintNode.BindingContext.CtxState>
NONE
public static final SchematronConstraintNode.BindingContext.CtxState NONE
ATCURRENT
public static final SchematronConstraintNode.BindingContext.CtxState ATCURRENT
OTHER
public static final SchematronConstraintNode.BindingContext.CtxState OTHER
values
public static SchematronConstraintNode.BindingContext.CtxState[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SchematronConstraintNode.BindingContext.CtxState c : SchematronConstraintNode.BindingContext.CtxState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SchematronConstraintNode.BindingContext.CtxState valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2015. All rights reserved.