Class AttributeGroupUsageIdentifications
java.lang.Object
de.bsvrz.dav.daf.main.impl.config.AttributeGroupUsageIdentifications
Enthält Konstanten für die Verwendung von speziellen AttributgruppenVerwendungen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
AttributgruppenVerwendung zum Speichern von Elementen in dynamischen Mengen.static final long
AttributgruppenVerwendung zum Speichern von Elementen in nicht dynamischen Mengen.static final long
AttributgruppenVerwendung für Antworten auf Konfigurationsanfragen.static final long
AttributgruppenVerwendung für Konfigurationsleseanfragen.static final long
AttributgruppenVerwendung zum Speichern von Mengen an System-Objekten.static final long
AttributgruppenVerwendung für Antworten auf Konfigurationsschreibanfragen.static final long
AttributgruppenVerwendung für Konfigurationsschreibanfragen. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isConfigurationReply
(long usageIdentification) Prüft ob die Identifikation einer Attributgruppenverwendung für Antworten auf Konfigurationsanfragen benutzt wird.static boolean
isConfigurationRequest
(long usageIdentification) Prüft ob die Identifikation einer Attributgruppenverwendung für Anfragen an die Konfiguration benutzt wird.static boolean
isUsedForConfigurationRequests
(long usageIdentification) Prüft ob die Identifikation einer Attributgruppenverwendung für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird.
-
Field Details
-
CONFIGURATION_SETS
public static final long CONFIGURATION_SETSAttributgruppenVerwendung zum Speichern von Mengen an System-Objekten.- See Also:
-
CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SET
public static final long CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SETAttributgruppenVerwendung zum Speichern von Elementen in nicht dynamischen Mengen.- See Also:
-
CONFIGURATION_ELEMENTS_IN_MUTABLE_SET
public static final long CONFIGURATION_ELEMENTS_IN_MUTABLE_SETAttributgruppenVerwendung zum Speichern von Elementen in dynamischen Mengen.- See Also:
-
CONFIGURATION_READ_REQUEST
public static final long CONFIGURATION_READ_REQUESTAttributgruppenVerwendung für Konfigurationsleseanfragen.- See Also:
-
CONFIGURATION_READ_REPLY
public static final long CONFIGURATION_READ_REPLYAttributgruppenVerwendung für Antworten auf Konfigurationsanfragen.- See Also:
-
CONFIGURATION_WRITE_REQUEST
public static final long CONFIGURATION_WRITE_REQUESTAttributgruppenVerwendung für Konfigurationsschreibanfragen.- See Also:
-
CONFIGURATION_WRITE_REPLY
public static final long CONFIGURATION_WRITE_REPLYAttributgruppenVerwendung für Antworten auf Konfigurationsschreibanfragen.- See Also:
-
-
Constructor Details
-
AttributeGroupUsageIdentifications
public AttributeGroupUsageIdentifications()
-
-
Method Details
-
isConfigurationRequest
public static boolean isConfigurationRequest(long usageIdentification) Prüft ob die Identifikation einer Attributgruppenverwendung für Anfragen an die Konfiguration benutzt wird.- Parameters:
usageIdentification
- Identifikation einer Attributgruppenverwendung- Returns:
true
, falls die Identifikation für Anfragen an die Konfiguration benutzt wird, sonstfalse
.
-
isConfigurationReply
public static boolean isConfigurationReply(long usageIdentification) Prüft ob die Identifikation einer Attributgruppenverwendung für Antworten auf Konfigurationsanfragen benutzt wird.- Parameters:
usageIdentification
- Identifikation einer Attributgruppenverwendung- Returns:
true
, falls die Identifikation für Antworten auf Konfigurationsanfragen benutzt wird, sonstfalse
.
-
isUsedForConfigurationRequests
public static boolean isUsedForConfigurationRequests(long usageIdentification) Prüft ob die Identifikation einer Attributgruppenverwendung für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird.- Parameters:
usageIdentification
- Identifikation einer Attributgruppenverwendung- Returns:
true
, falls die Identifikation für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird, sonstfalse
.
-