public static enum BalconyTerraceDirection.Option extends Enum<BalconyTerraceDirection.Option> implements Translatable
Enum Constant and Description |
---|
E
east / Ost
|
N
north / Nord
|
S
south / Süd
|
W
west / West
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static BalconyTerraceDirection.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BalconyTerraceDirection.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BalconyTerraceDirection.Option N
public static final BalconyTerraceDirection.Option E
public static final BalconyTerraceDirection.Option S
public static final BalconyTerraceDirection.Option W
public static BalconyTerraceDirection.Option[] values()
for (BalconyTerraceDirection.Option c : BalconyTerraceDirection.Option.values()) System.out.println(c);
public static BalconyTerraceDirection.Option 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 getTranslation()
getTranslation
in interface Translatable
public String getTranslation(Locale locale)
getTranslation
in interface Translatable
Copyright © 2019 OpenEstate. All rights reserved.