@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum TelephoneConnectionType extends Enum<TelephoneConnectionType>
Java class for TelephoneConnectionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TelephoneConnectionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="ANALOG"/>
<enumeration value="ISDN"/>
<enumeration value="NOT_AVAILABLE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANALOG
Analog
|
ISDN
ISDN
|
NO_INFORMATION
Keine Angabe
|
NOT_AVAILABLE
nicht verfügbar
|
| Modifier and Type | Method and Description |
|---|---|
static TelephoneConnectionType |
fromValue(String v) |
String |
value() |
static TelephoneConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TelephoneConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TelephoneConnectionType NO_INFORMATION
public static final TelephoneConnectionType ANALOG
public static final TelephoneConnectionType ISDN
public static final TelephoneConnectionType NOT_AVAILABLE
public static TelephoneConnectionType[] values()
for (TelephoneConnectionType c : TelephoneConnectionType.values()) System.out.println(c);
public static TelephoneConnectionType 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 TelephoneConnectionType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.