public enum SystemModellAoeTypen extends Enum<SystemModellAoeTypen> implements SystemObjektTyp
| Enum Constant and Description |
|---|
AUTARKE_ORGANISATIONS_EINHEIT
Die AutarkeOrganisationsEinheit.
|
| Modifier and Type | Field and Description |
|---|---|
private Class<? extends SystemObjekt> |
klasse
Klasse des Systemobjekts im Modell.
|
private String |
pid
PID des Objekttyps im Datenverteiler.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SystemObjekt> |
getKlasse()
Gibt die Klasse des Objekts zu dem Typ zurück.
|
String |
getPid()
Gibt die PID des Typs zurück.
|
static SystemModellAoeTypen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemModellAoeTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemModellAoeTypen AUTARKE_ORGANISATIONS_EINHEIT
private final String pid
private final Class<? extends SystemObjekt> klasse
public static SystemModellAoeTypen[] values()
for (SystemModellAoeTypen c : SystemModellAoeTypen.values()) System.out.println(c);
public static SystemModellAoeTypen 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 Class<? extends SystemObjekt> getKlasse()
SystemObjektTypgetKlasse in interface SystemObjektTyppublic String getPid()
SystemObjektTypgetPid in interface SystemObjektTypCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.