public enum MindestmietdauerTyp extends Enum<MindestmietdauerTyp>
Java class for MindestmietdauerTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MindestmietdauerTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12+"/>
<enumeration value="Unbefristet"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MONTHS_01 |
MONTHS_02 |
MONTHS_03 |
MONTHS_04 |
MONTHS_05 |
MONTHS_06 |
MONTHS_07 |
MONTHS_08 |
MONTHS_09 |
MONTHS_10 |
MONTHS_11 |
MONTHS_12_PLUS |
UNBEFRISTET |
| Modifier and Type | Method and Description |
|---|---|
static MindestmietdauerTyp |
fromValue(String v) |
String |
value() |
static MindestmietdauerTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MindestmietdauerTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MindestmietdauerTyp MONTHS_01
public static final MindestmietdauerTyp MONTHS_02
public static final MindestmietdauerTyp MONTHS_03
public static final MindestmietdauerTyp MONTHS_04
public static final MindestmietdauerTyp MONTHS_05
public static final MindestmietdauerTyp MONTHS_06
public static final MindestmietdauerTyp MONTHS_07
public static final MindestmietdauerTyp MONTHS_08
public static final MindestmietdauerTyp MONTHS_09
public static final MindestmietdauerTyp MONTHS_10
public static final MindestmietdauerTyp MONTHS_11
public static final MindestmietdauerTyp MONTHS_12_PLUS
public static final MindestmietdauerTyp UNBEFRISTET
public static MindestmietdauerTyp[] values()
for (MindestmietdauerTyp c : MindestmietdauerTyp.values()) System.out.println(c);
public static MindestmietdauerTyp 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 MindestmietdauerTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.