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