public static enum VermessungsunterlagenException.Type extends Enum<VermessungsunterlagenException.Type>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static VermessungsunterlagenException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VermessungsunterlagenException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VermessungsunterlagenException.Type VALIDATOR
public static final VermessungsunterlagenException.Type JOB
public static final VermessungsunterlagenException.Type TASK
public static final VermessungsunterlagenException.Type OTHER
public static VermessungsunterlagenException.Type[] values()
for (VermessungsunterlagenException.Type c : VermessungsunterlagenException.Type.values()) System.out.println(c);
public static VermessungsunterlagenException.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 nullpublic String toString()
toString in class Enum<VermessungsunterlagenException.Type>Copyright © 2012–2025 cismet GmbH. All rights reserved.