public static enum TIC3Wochentag.TIC3WochentagEnum extends Enum<TIC3Wochentag.TIC3WochentagEnum>
Enum Constant and Description |
---|
Dienstag
Dienstag.
|
Donnerstag
Donnerstag.
|
Freitag
Freitag.
|
Mittwoch
Mittwoch.
|
Montag
Montag.
|
Sonnabend
Sonnabend.
|
Sonntag
Sonntag.
|
Unbekannt
unbekannt.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static TIC3Wochentag.TIC3WochentagEnum |
getInstance(int id)
Gibt eine passende Wochentag-Instanz zurück.
|
String |
getValue()
Gibt den textuellen Wert zurück.
|
static TIC3Wochentag.TIC3WochentagEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIC3Wochentag.TIC3WochentagEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIC3Wochentag.TIC3WochentagEnum Unbekannt
public static final TIC3Wochentag.TIC3WochentagEnum Montag
public static final TIC3Wochentag.TIC3WochentagEnum Dienstag
public static final TIC3Wochentag.TIC3WochentagEnum Mittwoch
public static final TIC3Wochentag.TIC3WochentagEnum Donnerstag
public static final TIC3Wochentag.TIC3WochentagEnum Freitag
public static final TIC3Wochentag.TIC3WochentagEnum Sonnabend
public static final TIC3Wochentag.TIC3WochentagEnum Sonntag
public static TIC3Wochentag.TIC3WochentagEnum[] values()
for (TIC3Wochentag.TIC3WochentagEnum c : TIC3Wochentag.TIC3WochentagEnum.values()) System.out.println(c);
public static TIC3Wochentag.TIC3WochentagEnum 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 TIC3Wochentag.TIC3WochentagEnum 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.