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