public enum TelefonanschlussTyp extends Enum<TelefonanschlussTyp>
Java class for TelefonanschlussTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TelefonanschlussTyp"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="keineAngabe"/> <enumeration value="analog"/> <enumeration value="ISDN"/> <enumeration value="nichtVorhanden"/> </restriction> </simpleType>
Enum Constant and Description |
---|
ANALOG |
ISDN |
KEINE_ANGABE |
NICHT_VORHANDEN |
Modifier and Type | Method and Description |
---|---|
static TelefonanschlussTyp |
fromValue(String v) |
String |
value() |
static TelefonanschlussTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelefonanschlussTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelefonanschlussTyp KEINE_ANGABE
public static final TelefonanschlussTyp ANALOG
public static final TelefonanschlussTyp ISDN
public static final TelefonanschlussTyp NICHT_VORHANDEN
public static TelefonanschlussTyp[] values()
for (TelefonanschlussTyp c : TelefonanschlussTyp.values()) System.out.println(c);
public static TelefonanschlussTyp 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 TelefonanschlussTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.