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