@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum SupplyType extends Enum<SupplyType>
Java class for SupplyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SupplyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="DIRECT_APPROACH"/>
<enumeration value="NO_DIRECT_APPROACH"/>
<enumeration value="CAR_APPROACH"/>
<enumeration value="APPROACH_TO_THE_FRONT"/>
<enumeration value="APPROACH_TO_THE_BACK"/>
<enumeration value="FULL_TIME"/>
<enumeration value="FORENOON"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APPROACH_TO_THE_BACK
Anfahrt von hinten
|
APPROACH_TO_THE_FRONT
Anfahrt von vorne
|
CAR_APPROACH
PKW-Zufahrt
|
DIRECT_APPROACH
Direkter Zugang
|
FORENOON
Vormittags
|
FULL_TIME
Ganztägig
|
NO_DIRECT_APPROACH
Keine direkte Anfahrt
|
NO_INFORMATION
Keine Angabe
|
| Modifier and Type | Method and Description |
|---|---|
static SupplyType |
fromValue(String v) |
String |
value() |
static SupplyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupplyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupplyType NO_INFORMATION
public static final SupplyType DIRECT_APPROACH
public static final SupplyType NO_DIRECT_APPROACH
public static final SupplyType CAR_APPROACH
public static final SupplyType APPROACH_TO_THE_FRONT
public static final SupplyType APPROACH_TO_THE_BACK
public static final SupplyType FULL_TIME
public static final SupplyType FORENOON
public static SupplyType[] values()
for (SupplyType c : SupplyType.values()) System.out.println(c);
public static SupplyType 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 SupplyType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.