public static enum NewIncidentAction.ParameterType extends Enum<NewIncidentAction.ParameterType>
| Enum Constant and Description |
|---|
AKTION |
ARBEITSAUFTRAG |
ARBEITSAUFTRAG_ZUGEWIESEN_AN |
BEMERKUNG |
BESCHREIBUNG |
BEZEICHNUNG |
DOKUMENT_URLS |
OBJEKT_ID |
OBJEKT_TYP |
| Modifier and Type | Method and Description |
|---|---|
static NewIncidentAction.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewIncidentAction.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NewIncidentAction.ParameterType OBJEKT_ID
public static final NewIncidentAction.ParameterType OBJEKT_TYP
public static final NewIncidentAction.ParameterType DOKUMENT_URLS
public static final NewIncidentAction.ParameterType BEZEICHNUNG
public static final NewIncidentAction.ParameterType BESCHREIBUNG
public static final NewIncidentAction.ParameterType BEMERKUNG
public static final NewIncidentAction.ParameterType AKTION
public static final NewIncidentAction.ParameterType ARBEITSAUFTRAG
public static final NewIncidentAction.ParameterType ARBEITSAUFTRAG_ZUGEWIESEN_AN
public static NewIncidentAction.ParameterType[] values()
for (NewIncidentAction.ParameterType c : NewIncidentAction.ParameterType.values()) System.out.println(c);
public static NewIncidentAction.ParameterType 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 © 2012–2026 cismet GmbH. All rights reserved.