public enum LMSKommunikationsstatus extends Enum<LMSKommunikationsstatus>
| Enum Constant and Description |
|---|
GESTOERT
gestörter Status.
|
NICHT_GESTOERT
ungestörter Status.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static LMSKommunikationsstatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LMSKommunikationsstatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LMSKommunikationsstatus NICHT_GESTOERT
public static final LMSKommunikationsstatus GESTOERT
private final String value
public static LMSKommunikationsstatus[] values()
for (LMSKommunikationsstatus c : LMSKommunikationsstatus.values()) System.out.println(c);
public static LMSKommunikationsstatus 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 toString()
toString in class Enum<LMSKommunikationsstatus>Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.