public static enum Zustand.ZustandArt extends Enum<Zustand.ZustandArt>
Enum Constant and Description |
---|
ABRISSOBJEKT |
BAUFAELLIG |
ENTKERNT |
ERSTBEZUG |
GEPFLEGT |
MODERNISIERT |
NACH_VEREINBARUNG |
NEUWERTIG |
PROJEKTIERT |
ROHBAU |
TEIL_VOLLRENOVIERT |
TEIL_VOLLRENOVIERUNGSBED |
TEIL_VOLLSANIERT |
Modifier and Type | Method and Description |
---|---|
static Zustand.ZustandArt |
fromValue(String v) |
String |
value() |
static Zustand.ZustandArt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zustand.ZustandArt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Zustand.ZustandArt ERSTBEZUG
public static final Zustand.ZustandArt TEIL_VOLLRENOVIERUNGSBED
public static final Zustand.ZustandArt NEUWERTIG
public static final Zustand.ZustandArt TEIL_VOLLSANIERT
public static final Zustand.ZustandArt TEIL_VOLLRENOVIERT
public static final Zustand.ZustandArt BAUFAELLIG
public static final Zustand.ZustandArt NACH_VEREINBARUNG
public static final Zustand.ZustandArt MODERNISIERT
public static final Zustand.ZustandArt GEPFLEGT
public static final Zustand.ZustandArt ROHBAU
public static final Zustand.ZustandArt ENTKERNT
public static final Zustand.ZustandArt ABRISSOBJEKT
public static final Zustand.ZustandArt PROJEKTIERT
public static Zustand.ZustandArt[] values()
for (Zustand.ZustandArt c : Zustand.ZustandArt.values()) System.out.println(c);
public static Zustand.ZustandArt 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 value()
public static Zustand.ZustandArt fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.