public static enum ResidentialServices.Option extends Enum<ResidentialServices.Option> implements Translatable
Enum Constant and Description |
---|
ASSISTED_LIVING
assisted living / Betreutes Wohnen
|
CARETAKER
facility manager / Hausmeister
|
CATERING
catering / Catering
|
CLEANING
cleaning / Reinigung
|
PURCHASING
purchasing / Einkauf
|
SECURITY_FIRM
security firm / Wachdienst
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static ResidentialServices.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResidentialServices.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResidentialServices.Option ASSISTED_LIVING
public static final ResidentialServices.Option CATERING
public static final ResidentialServices.Option CLEANING
public static final ResidentialServices.Option PURCHASING
public static final ResidentialServices.Option SECURITY_FIRM
public static final ResidentialServices.Option CARETAKER
public static ResidentialServices.Option[] values()
for (ResidentialServices.Option c : ResidentialServices.Option.values()) System.out.println(c);
public static ResidentialServices.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.