Class ConfigAttributeGroup

All Implemented Interfaces:
de.bsvrz.dav.daf.main.config.AttributeGroup, de.bsvrz.dav.daf.main.config.AttributeSet, de.bsvrz.dav.daf.main.config.ConfigurationObject, de.bsvrz.dav.daf.main.config.SystemObject, java.lang.Comparable

public class ConfigAttributeGroup
extends ConfigAttributeSet
implements de.bsvrz.dav.daf.main.config.AttributeGroup
Implementierung der Attributgruppe auf Seiten der Konfiguration.
  • Constructor Details

    • ConfigAttributeGroup

      public ConfigAttributeGroup​(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea, SystemObjectInformationInterface systemObjectInfo)
      Konstruktor für eine Attributgruppe.
      Parameters:
      configurationArea - der Konfigurationsbereich der Attributgruppe
      systemObjectInfo - das korrespondierende Objekt für die Dateioperationen der Attributgruppe
  • Method Details

    • isParameter

      public boolean isParameter()
      Specified by:
      isParameter in interface de.bsvrz.dav.daf.main.config.AttributeGroup
    • isConfigurating

      public boolean isConfigurating()
      Specified by:
      isConfigurating in interface de.bsvrz.dav.daf.main.config.AttributeGroup
    • getAttributeGroupUsages

      public java.util.Collection<de.bsvrz.dav.daf.main.config.AttributeGroupUsage> getAttributeGroupUsages()
      Specified by:
      getAttributeGroupUsages in interface de.bsvrz.dav.daf.main.config.AttributeGroup
    • getAttributeGroupUsage

      public de.bsvrz.dav.daf.main.config.AttributeGroupUsage getAttributeGroupUsage​(de.bsvrz.dav.daf.main.config.Aspect aspect)
      Specified by:
      getAttributeGroupUsage in interface de.bsvrz.dav.daf.main.config.AttributeGroup
    • getAspects

      public java.util.Collection<de.bsvrz.dav.daf.main.config.Aspect> getAspects()
      Specified by:
      getAspects in interface de.bsvrz.dav.daf.main.config.AttributeGroup