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