public static enum XSDocument.Facet extends Enum<XSDocument.Facet>
| Enum Constant and Description |
|---|
ENUMERATION |
FRACTION_DIGITS |
LENGTH |
MAX_EXCLUSIVE |
MAX_INCLUSIVE |
MAX_LENGTH |
MIN_EXCLUSIVE |
MIN_INCLUSIVE |
MIN_LENGTH |
NONE |
PATTERN |
TOTAL_DIGITS |
WHITE_SPACE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static XSDocument.Facet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSDocument.Facet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XSDocument.Facet NONE
public static final XSDocument.Facet WHITE_SPACE
public static final XSDocument.Facet LENGTH
public static final XSDocument.Facet MIN_LENGTH
public static final XSDocument.Facet MAX_LENGTH
public static final XSDocument.Facet PATTERN
public static final XSDocument.Facet ENUMERATION
public static final XSDocument.Facet MAX_INCLUSIVE
public static final XSDocument.Facet MAX_EXCLUSIVE
public static final XSDocument.Facet MIN_EXCLUSIVE
public static final XSDocument.Facet MIN_INCLUSIVE
public static final XSDocument.Facet TOTAL_DIGITS
public static final XSDocument.Facet FRACTION_DIGITS
public static XSDocument.Facet[] values()
for (XSDocument.Facet c : XSDocument.Facet.values()) System.out.println(c);
public static XSDocument.Facet 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 nullpublic String toString()
toString in class Enum<XSDocument.Facet>Copyright © 2021. All rights reserved.