Class ConfigAttributeType

    • Constructor Detail

      • 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 Detail

      • 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.