public static enum Technics.Option extends Enum<Technics.Option> implements Translatable
Enum Constant and Description |
---|
CABLE_SAT_TV
cable / sat TV / Kabel- oder Satelliten-TV
|
CABLE_TV
cable TV / Kabel-TV
|
DV_CABLING
DV cabling / DV-Verkabelung
|
DVBT_RECEPTION
DVBT reception / DVBT-Empfang
|
HIGH_VOLTAGE_CURRENT
high voltage current / Starkstrom
|
SAT_TV
satellite TV / Satelliten-TV
|
TV
with television receiver / mit Fernsehgerät
|
UMTS_RECEPTION
UMTS reception / UMTS-Empfang
|
WIFI_RECEPTION
WiFi reception / WLAN-Empfang
|
WIREWAYS
wireways / Kabelkanäle
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static Technics.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Technics.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Technics.Option CABLE_SAT_TV
public static final Technics.Option CABLE_TV
public static final Technics.Option SAT_TV
public static final Technics.Option TV
public static final Technics.Option DV_CABLING
public static final Technics.Option DVBT_RECEPTION
public static final Technics.Option UMTS_RECEPTION
public static final Technics.Option WIFI_RECEPTION
public static final Technics.Option HIGH_VOLTAGE_CURRENT
public static final Technics.Option WIREWAYS
public static Technics.Option[] values()
for (Technics.Option c : Technics.Option.values()) System.out.println(c);
public static Technics.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.