public enum OpenEstateAction extends Enum<OpenEstateAction> implements Translatable
| Enum Constant and Description |
|---|
AUCTION
auction / Versteigerung
|
EMPHYTEUSIS
emphyteusis / Erbpacht
|
LEASE
lease / Pacht
|
PURCHASE
purchase / Kauf
|
RENT
rent / Miete
|
SHORT_TERM_RENT
short-term rental / Miete auf Zeit
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTagName() |
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static OpenEstateAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenEstateAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenEstateAction RENT
public static final OpenEstateAction SHORT_TERM_RENT
public static final OpenEstateAction PURCHASE
public static final OpenEstateAction LEASE
public static final OpenEstateAction EMPHYTEUSIS
public static final OpenEstateAction AUCTION
public static OpenEstateAction[] values()
for (OpenEstateAction c : OpenEstateAction.values()) System.out.println(c);
public static OpenEstateAction 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 getTagName()
public String getTranslation()
getTranslation in interface Translatablepublic String getTranslation(Locale locale)
getTranslation in interface TranslatableCopyright © 2019 OpenEstate. All rights reserved.