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