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