public static enum ZinshausRenditeobjekt.ZinsTyp extends Enum<ZinshausRenditeobjekt.ZinsTyp>
Enum Constant and Description |
---|
BUEROGEBAEUDE |
EINKAUFSCENTREN |
GESCHAEFTSHAUS |
INDUSTRIEANLAGEN |
MEHRFAMILIENHAUS |
SB_MAERKTE |
VERBRAUCHERMAERKTE |
WOHN_UND_GESCHAEFTSHAUS |
WOHNANLAGEN |
Modifier and Type | Method and Description |
---|---|
static ZinshausRenditeobjekt.ZinsTyp |
fromValue(String v) |
String |
value() |
static ZinshausRenditeobjekt.ZinsTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZinshausRenditeobjekt.ZinsTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZinshausRenditeobjekt.ZinsTyp MEHRFAMILIENHAUS
public static final ZinshausRenditeobjekt.ZinsTyp WOHN_UND_GESCHAEFTSHAUS
public static final ZinshausRenditeobjekt.ZinsTyp GESCHAEFTSHAUS
public static final ZinshausRenditeobjekt.ZinsTyp BUEROGEBAEUDE
public static final ZinshausRenditeobjekt.ZinsTyp SB_MAERKTE
public static final ZinshausRenditeobjekt.ZinsTyp EINKAUFSCENTREN
public static final ZinshausRenditeobjekt.ZinsTyp WOHNANLAGEN
public static final ZinshausRenditeobjekt.ZinsTyp VERBRAUCHERMAERKTE
public static final ZinshausRenditeobjekt.ZinsTyp INDUSTRIEANLAGEN
public static ZinshausRenditeobjekt.ZinsTyp[] values()
for (ZinshausRenditeobjekt.ZinsTyp c : ZinshausRenditeobjekt.ZinsTyp.values()) System.out.println(c);
public static ZinshausRenditeobjekt.ZinsTyp 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 ZinshausRenditeobjekt.ZinsTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.