Class ConfigIntegerValueRange

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

    public class ConfigIntegerValueRange
    extends ConfigConfigurationObject
    implements de.bsvrz.dav.daf.main.config.IntegerValueRange
    Implementierung des Interfaces von Eigenschaften von Wertebereichen.
    • Constructor Detail

      • ConfigIntegerValueRange

        public ConfigIntegerValueRange​(de.bsvrz.dav.daf.main.config.ConfigurationArea configurationArea,
                                       SystemObjectInformationInterface systemObjectInfo)
        Konstruktor für einen Wertebereich eines Ganzzahl-Attribut-Typs.
        Parameters:
        configurationArea - der Konfigurationsbereich dieses Wertebereichs
        systemObjectInfo - das korrespondierende Objekt für die Dateioperationen dieses Wertebereichs
    • Method Detail

      • getMinimum

        public long getMinimum()
        Specified by:
        getMinimum in interface de.bsvrz.dav.daf.main.config.IntegerValueRange
      • getMaximum

        public long getMaximum()
        Specified by:
        getMaximum in interface de.bsvrz.dav.daf.main.config.IntegerValueRange
      • getConversionFactor

        public double getConversionFactor()
        Specified by:
        getConversionFactor in interface de.bsvrz.dav.daf.main.config.IntegerValueRange
      • getUnit

        public java.lang.String getUnit()
        Specified by:
        getUnit in interface de.bsvrz.dav.daf.main.config.IntegerValueRange