Class ConfigAttributeType

All Implemented Interfaces:
de.bsvrz.dav.daf.main.config.AttributeType, de.bsvrz.dav.daf.main.config.ConfigurationObject, de.bsvrz.dav.daf.main.config.SystemObject, java.lang.Comparable
Direct Known Subclasses:
ConfigDoubleAttributeType, ConfigIntegerAttributeType, ConfigReferenceAttributeType, ConfigStringAttributeType, ConfigTimeAttributeType

public class ConfigAttributeType
extends ConfigConfigurationObject
implements de.bsvrz.dav.daf.main.config.AttributeType
Implementierung des Interfaces für Attributtypen.
  • Constructor Details

    • ConfigAttributeType

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

    • getDefaultAttributeValue

      public java.lang.String getDefaultAttributeValue()
      Ermittelt den Default-Attributwert dieses Attributtyps.
      Specified by:
      getDefaultAttributeValue in interface de.bsvrz.dav.daf.main.config.AttributeType
      Returns:
      Default-Attributwert dieses Attributtyps oder null falls kein Defaultwert festgelegt wurde.
    • loadDefaultAttributeValue

      public void loadDefaultAttributeValue()
      Lädt den Default-Attributwert dieses Attributtyps aus einem konfigurierenden Datensatz.