public static enum XMLReference.ReferenceMethodValue extends java.lang.Enum<XMLReference.ReferenceMethodValue>
| Enum Constant and Description |
|---|
DTD
Document Type Definition (DTD)
|
NONE
No definition reference
|
XSD
Extensible Schema Definition
|
| Modifier and Type | Method and Description |
|---|---|
static XMLReference.ReferenceMethodValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLReference.ReferenceMethodValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final XMLReference.ReferenceMethodValue DTD
public static final XMLReference.ReferenceMethodValue XSD
public static final XMLReference.ReferenceMethodValue NONE
public static XMLReference.ReferenceMethodValue[] values()
for (XMLReference.ReferenceMethodValue c : XMLReference.ReferenceMethodValue.values())
System.out.println(c);
public static XMLReference.ReferenceMethodValue valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null