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