public static enum VermessungsunterlagenValidator.Error extends Enum<VermessungsunterlagenValidator.Error>
| Enum Constant and Description |
|---|
NO_ANTRAGSFLURSTUECK |
NO_ART |
NO_GESCHAEFTSBUCHNUMMER |
NO_SAUM |
UNKNOWN_ANTRAGSFLURSTUECK |
UNSUFFICENT_PNR |
WRONG_ANTRAGSFLURSTUECK |
WRONG_GEBIET |
WRONG_PNR |
WRONG_SAUM |
| Modifier and Type | Method and Description |
|---|---|
static VermessungsunterlagenValidator.Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VermessungsunterlagenValidator.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VermessungsunterlagenValidator.Error NO_GESCHAEFTSBUCHNUMMER
public static final VermessungsunterlagenValidator.Error NO_ANTRAGSFLURSTUECK
public static final VermessungsunterlagenValidator.Error WRONG_ANTRAGSFLURSTUECK
public static final VermessungsunterlagenValidator.Error UNKNOWN_ANTRAGSFLURSTUECK
public static final VermessungsunterlagenValidator.Error UNSUFFICENT_PNR
public static final VermessungsunterlagenValidator.Error WRONG_PNR
public static final VermessungsunterlagenValidator.Error NO_SAUM
public static final VermessungsunterlagenValidator.Error WRONG_SAUM
public static final VermessungsunterlagenValidator.Error NO_ART
public static final VermessungsunterlagenValidator.Error WRONG_GEBIET
public static VermessungsunterlagenValidator.Error[] values()
for (VermessungsunterlagenValidator.Error c : VermessungsunterlagenValidator.Error.values()) System.out.println(c);
public static VermessungsunterlagenValidator.Error 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.