public enum FieldName extends Enum<FieldName>
| Enum Constant and Description |
|---|
ATT_QNAME |
ATTRIBUTE_TEXT |
ELEMENT_TEXT |
ELT_QNAME |
PATH |
PATH_VALUE |
QNAME_VALUE |
URI |
XML_STORE |
XML_TEXT |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
getField() |
static FieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldName URI
public static final FieldName XML_STORE
public static final FieldName ELT_QNAME
public static final FieldName ATT_QNAME
public static final FieldName PATH
public static final FieldName PATH_VALUE
public static final FieldName QNAME_VALUE
public static final FieldName ELEMENT_TEXT
public static final FieldName ATTRIBUTE_TEXT
public static final FieldName XML_TEXT
public static FieldName[] values()
for (FieldName c : FieldName.values()) System.out.println(c);
public static FieldName 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 FieldDefinition getField()
Copyright © 2013. All Rights Reserved.