Class AttributeGroupUsageIdentifications
- java.lang.Object
-
- de.bsvrz.dav.daf.main.impl.config.AttributeGroupUsageIdentifications
-
public final class AttributeGroupUsageIdentifications extends java.lang.ObjectEnthält Konstanten für die Verwendung von speziellen AttributgruppenVerwendungen.
-
-
Field Summary
Fields Modifier and Type Field Description static longCONFIGURATION_ELEMENTS_IN_MUTABLE_SETAttributgruppenVerwendung zum Speichern von Elementen in dynamischen Mengen.static longCONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SETAttributgruppenVerwendung zum Speichern von Elementen in nicht dynamischen Mengen.static longCONFIGURATION_READ_REPLYAttributgruppenVerwendung für Antworten auf Konfigurationsanfragen.static longCONFIGURATION_READ_REQUESTAttributgruppenVerwendung für Konfigurationsleseanfragen.static longCONFIGURATION_SETSAttributgruppenVerwendung zum Speichern von Mengen an System-Objekten.static longCONFIGURATION_WRITE_REPLYAttributgruppenVerwendung für Antworten auf Konfigurationsschreibanfragen.static longCONFIGURATION_WRITE_REQUESTAttributgruppenVerwendung für Konfigurationsschreibanfragen.
-
Constructor Summary
Constructors Constructor Description AttributeGroupUsageIdentifications()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisConfigurationReply(long usageIdentification)Prüft ob die Identifikation einer Attributgruppenverwendung für Antworten auf Konfigurationsanfragen benutzt wird.static booleanisConfigurationRequest(long usageIdentification)Prüft ob die Identifikation einer Attributgruppenverwendung für Anfragen an die Konfiguration benutzt wird.static booleanisUsedForConfigurationRequests(long usageIdentification)Prüft ob die Identifikation einer Attributgruppenverwendung für Konfigurationsanfragen oder Antworten auf Konfigurationsanfragen benutzt wird.
-
-
-
Field Detail
-
CONFIGURATION_SETS
public static final long CONFIGURATION_SETS
AttributgruppenVerwendung zum Speichern von Mengen an System-Objekten.- See Also:
- Constant Field Values
-
CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SET
public static final long CONFIGURATION_ELEMENTS_IN_NON_MUTABLE_SET
AttributgruppenVerwendung zum Speichern von Elementen in nicht dynamischen Mengen.- See Also:
- Constant Field Values
-
CONFIGURATION_ELEMENTS_IN_MUTABLE_SET
public static final long CONFIGURATION_ELEMENTS_IN_MUTABLE_SET
AttributgruppenVerwendung zum Speichern von Elementen in dynamischen Mengen.- See Also:
- Constant Field Values
-
CONFIGURATION_READ_REQUEST
public static final long CONFIGURATION_READ_REQUEST
AttributgruppenVerwendung für Konfigurationsleseanfragen.- See Also:
- Constant Field Values
-
CONFIGURATION_READ_REPLY
public static final long CONFIGURATION_READ_REPLY
AttributgruppenVerwendung für Antworten auf Konfigurationsanfragen.- See Also:
- Constant Field Values
-
CONFIGURATION_WRITE_REQUEST
public static final long CONFIGURATION_WRITE_REQUEST
AttributgruppenVerwendung für Konfigurationsschreibanfragen.- See Also:
- Constant Field Values
-
CONFIGURATION_WRITE_REPLY
public static final long CONFIGURATION_WRITE_REPLY
AttributgruppenVerwendung für Antworten auf Konfigurationsschreibanfragen.- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
-