public static enum SupplyAccess.Option extends Enum<SupplyAccess.Option> implements Translatable
| Enum Constant and Description |
|---|
ALL_DAY
all day / ganztägig
|
CAR_ACCESS
car access / PKW-Zufahrt
|
DIRECT_ACCESS
direct access / direkter Zugang
|
FROM_BACK_SIDE
from back side / von hinten
|
FROM_FRONT_SIDE
from front side / von vorn
|
MORNING
morning / vormittags
|
NO_DIRECT_ACCESS
no direct access / kein direkter Zugang
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static SupplyAccess.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupplyAccess.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupplyAccess.Option DIRECT_ACCESS
public static final SupplyAccess.Option NO_DIRECT_ACCESS
public static final SupplyAccess.Option CAR_ACCESS
public static final SupplyAccess.Option FROM_FRONT_SIDE
public static final SupplyAccess.Option FROM_BACK_SIDE
public static final SupplyAccess.Option ALL_DAY
public static final SupplyAccess.Option MORNING
public static SupplyAccess.Option[] values()
for (SupplyAccess.Option c : SupplyAccess.Option.values()) System.out.println(c);
public static SupplyAccess.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 Translatablepublic String getTranslation(Locale locale)
getTranslation in interface TranslatableCopyright © 2019 OpenEstate. All rights reserved.