public static enum TagDefinition.ParameterTags extends java.lang.Enum<TagDefinition.ParameterTags>
Enum Constant and Description |
---|
ALT |
DATATYPE |
LIST_TYPE |
NULL |
REFMETA |
REFMISCINFO |
REFPURPOSE |
REFSECTION |
VALUE |
XSL_ATTRIBUTE |
XSL_PARAM |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONDITION |
static java.lang.String |
CONTAINS |
static java.lang.String |
FO |
static java.lang.String |
NAME |
static java.lang.String |
OPEN |
static java.lang.String |
OTHERCLASS |
static java.lang.String |
SELECT |
static java.lang.String |
TEST |
Modifier and Type | Method and Description |
---|---|
static TagDefinition.ParameterTags |
getEnumValue(java.lang.String key)
Returns predefined constant of element according to the element name.
|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static TagDefinition.ParameterTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagDefinition.ParameterTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagDefinition.ParameterTags REFSECTION
public static final TagDefinition.ParameterTags REFPURPOSE
public static final TagDefinition.ParameterTags REFMISCINFO
public static final TagDefinition.ParameterTags REFMETA
public static final TagDefinition.ParameterTags DATATYPE
public static final TagDefinition.ParameterTags VALUE
public static final TagDefinition.ParameterTags ALT
public static final TagDefinition.ParameterTags LIST_TYPE
public static final TagDefinition.ParameterTags NULL
public static final TagDefinition.ParameterTags XSL_PARAM
public static final TagDefinition.ParameterTags XSL_ATTRIBUTE
public static final java.lang.String OPEN
public static final java.lang.String OTHERCLASS
public static final java.lang.String FO
public static final java.lang.String CONDITION
public static final java.lang.String SELECT
public static final java.lang.String TEST
public static final java.lang.String CONTAINS
public static final java.lang.String NAME
public static TagDefinition.ParameterTags[] values()
for (TagDefinition.ParameterTags c : TagDefinition.ParameterTags.values()) System.out.println(c);
public static TagDefinition.ParameterTags 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 nullpublic static TagDefinition.ParameterTags getEnumValue(java.lang.String key)
key
- the name of element.public java.lang.String toString()
toString
in class java.lang.Enum<TagDefinition.ParameterTags>
public java.lang.String getValue()