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