public enum SystemModellGlobalTypen extends Enum<SystemModellGlobalTypen> implements SystemObjektTyp
Enum Constant and Description |
---|
Aktivitaet
Berechtigungsklasse eines Benutzers.
|
Applikation
Applikation.
|
Benutzer
Benutzer.
|
Berechtigungsklasse
Berechtigungsklasse eines Benutzers.
|
Datenverteiler
Datenverteiler.
|
Region
Berechtigungsklasse eines Benutzers.
|
Rolle
Berechtigungsklasse eines Benutzers.
|
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 SystemModellGlobalTypen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemModellGlobalTypen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemModellGlobalTypen Datenverteiler
public static final SystemModellGlobalTypen Applikation
public static final SystemModellGlobalTypen Benutzer
public static final SystemModellGlobalTypen Berechtigungsklasse
public static final SystemModellGlobalTypen Aktivitaet
public static final SystemModellGlobalTypen Region
public static final SystemModellGlobalTypen Rolle
public static SystemModellGlobalTypen[] values()
for (SystemModellGlobalTypen c : SystemModellGlobalTypen.values()) System.out.println(c);
public static SystemModellGlobalTypen 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()
SystemObjektTyp
getKlasse
in interface SystemObjektTyp
public String getPid()
SystemObjektTyp
getPid
in interface SystemObjektTyp
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.