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