public static enum Haus.Haustyp extends Enum<Haus.Haustyp>
Enum Constant and Description |
---|
APARTMENTHAUS |
BAUERNHAUS |
BERGHUETTE |
BUNGALOW |
BURG |
CHALET |
DOPPELHAUSHAELFTE |
EINFAMILIENHAUS |
FERIENHAUS |
FERTIGHAUS |
FINCA |
HERRENHAUS |
KEINE_ANGABE |
LANDHAUS |
LAUBE_DATSCHE_GARTENHAUS |
MEHRFAMILIENHAUS |
REIHENECK |
REIHENEND |
REIHENHAUS |
REIHENMITTEL |
RESTHOF |
RUSTICO |
SCHLOSS |
STADTHAUS |
STRANDHAUS |
VILLA |
ZWEIFAMILIENHAUS |
Modifier and Type | Method and Description |
---|---|
static Haus.Haustyp |
fromValue(String v) |
String |
value() |
static Haus.Haustyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Haus.Haustyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Haus.Haustyp REIHENHAUS
public static final Haus.Haustyp REIHENEND
public static final Haus.Haustyp REIHENMITTEL
public static final Haus.Haustyp REIHENECK
public static final Haus.Haustyp DOPPELHAUSHAELFTE
public static final Haus.Haustyp EINFAMILIENHAUS
public static final Haus.Haustyp STADTHAUS
public static final Haus.Haustyp BUNGALOW
public static final Haus.Haustyp VILLA
public static final Haus.Haustyp RESTHOF
public static final Haus.Haustyp BAUERNHAUS
public static final Haus.Haustyp LANDHAUS
public static final Haus.Haustyp SCHLOSS
public static final Haus.Haustyp ZWEIFAMILIENHAUS
public static final Haus.Haustyp MEHRFAMILIENHAUS
public static final Haus.Haustyp FERIENHAUS
public static final Haus.Haustyp BERGHUETTE
public static final Haus.Haustyp CHALET
public static final Haus.Haustyp STRANDHAUS
public static final Haus.Haustyp LAUBE_DATSCHE_GARTENHAUS
public static final Haus.Haustyp APARTMENTHAUS
public static final Haus.Haustyp BURG
public static final Haus.Haustyp HERRENHAUS
public static final Haus.Haustyp FINCA
public static final Haus.Haustyp RUSTICO
public static final Haus.Haustyp FERTIGHAUS
public static final Haus.Haustyp KEINE_ANGABE
public static Haus.Haustyp[] values()
for (Haus.Haustyp c : Haus.Haustyp.values()) System.out.println(c);
public static Haus.Haustyp 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 Haus.Haustyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.