public static enum NachrichtParameterJson.Type extends Enum<NachrichtParameterJson.Type>
| Enum Constant and Description |
|---|
CHANGED |
NOTIFY |
PROLONG |
REJECTED |
SEEN |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static NachrichtParameterJson.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NachrichtParameterJson.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NachrichtParameterJson.Type CHANGED
public static final NachrichtParameterJson.Type REJECTED
public static final NachrichtParameterJson.Type STATUS
public static final NachrichtParameterJson.Type NOTIFY
public static final NachrichtParameterJson.Type PROLONG
public static final NachrichtParameterJson.Type SEEN
public static NachrichtParameterJson.Type[] values()
for (NachrichtParameterJson.Type c : NachrichtParameterJson.Type.values()) System.out.println(c);
public static NachrichtParameterJson.Type 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–2025 cismet GmbH. All rights reserved.