public enum DatenVerkabelungsTyp extends Enum<DatenVerkabelungsTyp>
Java class for DatenVerkabelungsTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DatenVerkabelungsTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keineAngabe"/>
<enumeration value="ja"/>
<enumeration value="true"/>
<enumeration value="nein"/>
<enumeration value="false"/>
<enumeration value="nachVereinbarung"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FALSE
entspricht 'nein'
(aus Kompatibilitaetsgruenden, wird in zukuenftigen Versionen nicht mehr unterstuetzt)
|
JA |
KEINE_ANGABE |
NACH_VEREINBARUNG |
NEIN |
TRUE
entspricht 'ja'
(aus Kompatibilitaetsgruenden, wird in zukuenftigen Versionen nicht mehr unterstuetzt)
|
| Modifier and Type | Method and Description |
|---|---|
static DatenVerkabelungsTyp |
fromValue(String v) |
String |
value() |
static DatenVerkabelungsTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatenVerkabelungsTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatenVerkabelungsTyp KEINE_ANGABE
public static final DatenVerkabelungsTyp JA
public static final DatenVerkabelungsTyp TRUE
public static final DatenVerkabelungsTyp NEIN
public static final DatenVerkabelungsTyp FALSE
public static final DatenVerkabelungsTyp NACH_VEREINBARUNG
public static DatenVerkabelungsTyp[] values()
for (DatenVerkabelungsTyp c : DatenVerkabelungsTyp.values()) System.out.println(c);
public static DatenVerkabelungsTyp 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 DatenVerkabelungsTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.