public static enum TIC3ZeitZone.TIC3ZeitZoneEnum extends Enum<TIC3ZeitZone.TIC3ZeitZoneEnum>
Enum Constant and Description |
---|
CET
(UTC+01:00) Amsterdam, Berlin, Bern, Rom, Stockholm, Wien".
|
Unbekannt
Unbekannt.
|
Modifier and Type | Field and Description |
---|---|
private int |
id
numerischer Wert.
|
private String |
value
textueller Wert.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static TIC3ZeitZone.TIC3ZeitZoneEnum |
getInstance(int id)
Gibt eine passende Zeitzone-Instanz zurück.
|
String |
getValue()
Gibt den textuellen Wert zurück.
|
static TIC3ZeitZone.TIC3ZeitZoneEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIC3ZeitZone.TIC3ZeitZoneEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIC3ZeitZone.TIC3ZeitZoneEnum Unbekannt
public static final TIC3ZeitZone.TIC3ZeitZoneEnum CET
private final String value
private int id
public static TIC3ZeitZone.TIC3ZeitZoneEnum[] values()
for (TIC3ZeitZone.TIC3ZeitZoneEnum c : TIC3ZeitZone.TIC3ZeitZoneEnum.values()) System.out.println(c);
public static TIC3ZeitZone.TIC3ZeitZoneEnum 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 static TIC3ZeitZone.TIC3ZeitZoneEnum getInstance(int id) throws TIC3Exception
id
- numerischer WertTIC3Exception
- bei ungültigem Wertpublic int getId()
public String getValue()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.