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