public enum XmlAttribute extends Enum<XmlAttribute>
XmlElement
Enum Constant and Description |
---|
ABSTRACT |
ALLOW_START_IF_COMPLETE |
CHECKPOINT_POLICY |
CLASS |
EXIT_STATUS |
ID |
ITEM_COUNT |
JSL_NAME |
MERGE |
NAME |
NEXT |
ON |
PARENT |
PARTITION |
PARTITIONS |
REF |
RESTART |
RESTARTABLE |
RETRY_LIMIT |
SKIP_LIMIT |
SRC |
START_LIMIT |
THREADS |
TIME_LIMIT |
TO |
TYPE |
UNKNOWN |
VALUE |
Modifier and Type | Method and Description |
---|---|
String |
getLocalName()
Get the local name of this attribute.
|
static XmlAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlAttribute UNKNOWN
public static final XmlAttribute ABSTRACT
public static final XmlAttribute ALLOW_START_IF_COMPLETE
public static final XmlAttribute CHECKPOINT_POLICY
public static final XmlAttribute CLASS
public static final XmlAttribute EXIT_STATUS
public static final XmlAttribute ID
public static final XmlAttribute ITEM_COUNT
public static final XmlAttribute JSL_NAME
public static final XmlAttribute MERGE
public static final XmlAttribute NAME
public static final XmlAttribute NEXT
public static final XmlAttribute ON
public static final XmlAttribute PARENT
public static final XmlAttribute PARTITION
public static final XmlAttribute PARTITIONS
public static final XmlAttribute REF
public static final XmlAttribute RESTART
public static final XmlAttribute RESTARTABLE
public static final XmlAttribute RETRY_LIMIT
public static final XmlAttribute SKIP_LIMIT
public static final XmlAttribute SRC
public static final XmlAttribute START_LIMIT
public static final XmlAttribute THREADS
public static final XmlAttribute TIME_LIMIT
public static final XmlAttribute TO
public static final XmlAttribute TYPE
public static final XmlAttribute VALUE
public static XmlAttribute[] values()
for (XmlAttribute c : XmlAttribute.values()) System.out.println(c);
public static XmlAttribute 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 getLocalName()
Copyright © 2017 JBoss by Red Hat. All rights reserved.