public enum ElementChapter extends Enum<ElementChapter>
| Enum Constant and Description |
|---|
Code |
Details |
ExecutionListenerEnd |
ExecutionListenerStart |
FieldInjections |
FormData |
General |
Implementation |
InputData |
InputImplementation |
InputOutput |
Message |
MultiInstance |
OutputData |
OutputImplementation |
OutstandingVariable |
Signal |
TaskListener |
UserDefined |
| 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 Code
public static final ElementChapter General
public static final ElementChapter InputOutput
public static final ElementChapter Details
public static final ElementChapter ExecutionListenerStart
public static final ElementChapter Implementation
public static final ElementChapter ExecutionListenerEnd
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 final ElementChapter Signal
public static final ElementChapter Message
public static final ElementChapter InputImplementation
public static final ElementChapter OutputImplementation
public static final ElementChapter UserDefined
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 © 2019 viadee Unternehmensberatung AG. All rights reserved.