public enum XmlElement extends Enum<XmlElement>
Enum Constant and Description |
---|
ANALYZER |
BATCH_ARTIFACTS |
BATCHLET |
CHECKPOINT_ALGORITHM |
CHUNK |
COLLECTOR |
DECISION |
END |
EXCLUDE |
FAIL |
FLOW |
INCLUDE |
JOB |
LISTENER |
LISTENERS |
MAPPER |
NEXT |
NO_ROLLBACK_EXCEPTION_CLASSES |
PARTITION |
PLAN |
PROCESSOR |
PROPERTIES |
PROPERTY |
READER |
REDUCER |
REF |
RETRYABLE_EXCEPTION_CLASSES |
SKIPPABLE_EXCEPTION_CLASSES |
SPLIT |
STEP |
STOP |
UNKNOWN |
WRITER |
Modifier and Type | Method and Description |
---|---|
static XmlElement |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static XmlElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlElement UNKNOWN
public static final XmlElement ANALYZER
public static final XmlElement BATCHLET
public static final XmlElement CHECKPOINT_ALGORITHM
public static final XmlElement CHUNK
public static final XmlElement COLLECTOR
public static final XmlElement DECISION
public static final XmlElement END
public static final XmlElement EXCLUDE
public static final XmlElement FAIL
public static final XmlElement FLOW
public static final XmlElement INCLUDE
public static final XmlElement JOB
public static final XmlElement LISTENER
public static final XmlElement LISTENERS
public static final XmlElement MAPPER
public static final XmlElement NEXT
public static final XmlElement NO_ROLLBACK_EXCEPTION_CLASSES
public static final XmlElement PARTITION
public static final XmlElement PLAN
public static final XmlElement PROCESSOR
public static final XmlElement PROPERTIES
public static final XmlElement PROPERTY
public static final XmlElement READER
public static final XmlElement REDUCER
public static final XmlElement RETRYABLE_EXCEPTION_CLASSES
public static final XmlElement SKIPPABLE_EXCEPTION_CLASSES
public static final XmlElement SPLIT
public static final XmlElement STEP
public static final XmlElement STOP
public static final XmlElement WRITER
public static final XmlElement BATCH_ARTIFACTS
public static final XmlElement REF
public static XmlElement[] values()
for (XmlElement c : XmlElement.values()) System.out.println(c);
public static XmlElement 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()
public static XmlElement forName(String localName)
Copyright © 2014 JBoss by Red Hat. All rights reserved.