Class ConfigIntegerValueState

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

    public class ConfigIntegerValueState
    extends ConfigConfigurationObject
    implements de.bsvrz.dav.daf.main.config.IntegerValueState
    Implementierung des Interfaces IntegerValueState auf Seiten der Konfiguration.
    • Constructor Detail

      • ConfigIntegerValueState

        public ConfigIntegerValueState​(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea,
                                       SystemObjectInformationInterface systemObjectInfo)
        Konstruktor eines Zustandes eines Ganzzahl-Attribut-Typs.
        Parameters:
        configurationArea - Konfigurationsbereich dieses Zustands
        systemObjectInfo - das korrespondierende Objekt aus den Konfigurationsdateien
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
                     throws de.bsvrz.dav.daf.main.config.ConfigurationChangeException
        Specified by:
        setName in interface de.bsvrz.dav.daf.main.config.SystemObject
        Overrides:
        setName in class ConfigSystemObject
        Throws:
        de.bsvrz.dav.daf.main.config.ConfigurationChangeException
      • getValue

        public long getValue()
        Specified by:
        getValue in interface de.bsvrz.dav.daf.main.config.IntegerValueState