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