public enum ElementChapter extends Enum<ElementChapter>
| Enum Constant and Description |
|---|
Details |
ExecutionListener |
FieldInjections |
FormData |
General |
InputData |
InputOutput |
MultiInstance |
OutputData |
OutstandingVariable |
TaskListener |
| Modifier and Type | Method and Description |
|---|---|
static ElementChapter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementChapter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementChapter General
public static final ElementChapter InputOutput
public static final ElementChapter Details
public static final ElementChapter ExecutionListener
public static final ElementChapter TaskListener
public static final ElementChapter MultiInstance
public static final ElementChapter FormData
public static final ElementChapter InputData
public static final ElementChapter OutputData
public static final ElementChapter OutstandingVariable
public static final ElementChapter FieldInjections
public static ElementChapter[] values()
for (ElementChapter c : ElementChapter.values()) System.out.println(c);
public static ElementChapter 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 nullCopyright © 2017 viadee Unternehmensberatung GmbH. All rights reserved.