public static enum LandUndForstwirtschaft.LandTyp extends Enum<LandUndForstwirtschaft.LandTyp>
Enum Constant and Description |
---|
ACKERBAU |
ANWESEN |
AUSSIEDLERHOF |
BAUERNHOF |
GARTENBAU |
JAGD_UND_FORSTWIRTSCHAFT |
JAGDREVIER |
LANDWIRTSCHAFTLICHE_BETRIEBE |
REITERHOEFE |
SCHEUNEN |
SONSTIGE_LANDWIRTSCHAFTSIMMOBILIEN |
TEICH_UND_FISCHWIRTSCHAFT |
VIEHWIRTSCHAFT |
WEINBAU |
Modifier and Type | Method and Description |
---|---|
static LandUndForstwirtschaft.LandTyp |
fromValue(String v) |
String |
value() |
static LandUndForstwirtschaft.LandTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LandUndForstwirtschaft.LandTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LandUndForstwirtschaft.LandTyp LANDWIRTSCHAFTLICHE_BETRIEBE
public static final LandUndForstwirtschaft.LandTyp BAUERNHOF
public static final LandUndForstwirtschaft.LandTyp AUSSIEDLERHOF
public static final LandUndForstwirtschaft.LandTyp GARTENBAU
public static final LandUndForstwirtschaft.LandTyp ACKERBAU
public static final LandUndForstwirtschaft.LandTyp WEINBAU
public static final LandUndForstwirtschaft.LandTyp VIEHWIRTSCHAFT
public static final LandUndForstwirtschaft.LandTyp JAGD_UND_FORSTWIRTSCHAFT
public static final LandUndForstwirtschaft.LandTyp TEICH_UND_FISCHWIRTSCHAFT
public static final LandUndForstwirtschaft.LandTyp SCHEUNEN
public static final LandUndForstwirtschaft.LandTyp REITERHOEFE
public static final LandUndForstwirtschaft.LandTyp SONSTIGE_LANDWIRTSCHAFTSIMMOBILIEN
public static final LandUndForstwirtschaft.LandTyp ANWESEN
public static final LandUndForstwirtschaft.LandTyp JAGDREVIER
public static LandUndForstwirtschaft.LandTyp[] values()
for (LandUndForstwirtschaft.LandTyp c : LandUndForstwirtschaft.LandTyp.values()) System.out.println(c);
public static LandUndForstwirtschaft.LandTyp 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 LandUndForstwirtschaft.LandTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.