public static enum SecurityTechnology.Option extends Enum<SecurityTechnology.Option> implements Translatable
| Enum Constant and Description |
|---|
ALARM_SYSTEM
alarm system / Alarmanlage
|
CAMERA
camera / Kamera
|
EMERGENCY_CALL
emergency call / Notruf
|
POLICE_CALL
police call / Polizeiruf
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static SecurityTechnology.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityTechnology.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityTechnology.Option ALARM_SYSTEM
public static final SecurityTechnology.Option CAMERA
public static final SecurityTechnology.Option POLICE_CALL
public static final SecurityTechnology.Option EMERGENCY_CALL
public static SecurityTechnology.Option[] values()
for (SecurityTechnology.Option c : SecurityTechnology.Option.values()) System.out.println(c);
public static SecurityTechnology.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.