public static enum OdEreignis.Aspekte extends Enum<OdEreignis.Aspekte> implements Aspekt
Enum Constant and Description |
---|
Zustand
Der Aspekt
asp.zustand . |
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.config.Aspect |
getAspekt()
Gibt den gekapselten Aspekt zurück.
|
String |
getName()
Gibt den Namen des Aspekts zurück.
|
static OdEreignis.Aspekte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdEreignis.Aspekte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdEreignis.Aspekte Zustand
asp.zustand
.public static OdEreignis.Aspekte[] values()
for (OdEreignis.Aspekte c : OdEreignis.Aspekte.values()) System.out.println(c);
public static OdEreignis.Aspekte 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 de.bsvrz.dav.daf.main.config.Aspect getAspekt()
Aspekt
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.