public static enum Sonstige.SonstigeTyp extends Enum<Sonstige.SonstigeTyp>
Enum Constant and Description |
---|
KRANKENHAUS |
PARKHAUS |
SONSTIGE |
TANKSTELLE |
Modifier and Type | Method and Description |
---|---|
static Sonstige.SonstigeTyp |
fromValue(String v) |
String |
value() |
static Sonstige.SonstigeTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sonstige.SonstigeTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sonstige.SonstigeTyp PARKHAUS
public static final Sonstige.SonstigeTyp TANKSTELLE
public static final Sonstige.SonstigeTyp KRANKENHAUS
public static final Sonstige.SonstigeTyp SONSTIGE
public static Sonstige.SonstigeTyp[] values()
for (Sonstige.SonstigeTyp c : Sonstige.SonstigeTyp.values()) System.out.println(c);
public static Sonstige.SonstigeTyp 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 Sonstige.SonstigeTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.