Class MaximumSpeedOutputProperty

    • Constructor Detail

      • MaximumSpeedOutputProperty

        public MaximumSpeedOutputProperty()
    • Method Detail

      • supportsUnitOverride

        public boolean supportsUnitOverride()
        An output property can be allowed to deviate from its default unit. In which case an override unit is to be made available. By default an output property is not allowed to deviate. So derived implementations must override this method to ensure it returns true if it does support this feature.
        Overrides:
        supportsUnitOverride in class OutputProperty
        Returns:
        true when allowed, false otherwise
      • getName

        public String getName()
        Returns the name of the output property
        Specified by:
        getName in class OutputProperty
        Returns:
        name of the output property
      • getDefaultUnit

        public Unit getDefaultUnit()
        Returns the units of the output property
        Specified by:
        getDefaultUnit in class OutputProperty
        Returns:
        units of the output property
      • getDataType

        public DataType getDataType()
        Returns the data type of the output property
        Specified by:
        getDataType in class OutputProperty
        Returns:
        data type of the output property
      • getOutputPropertyType

        public OutputPropertyType getOutputPropertyType()
        Return the value of the OutputProperty enumeration for this property
        Specified by:
        getOutputPropertyType in class OutputProperty
        Returns:
        the value of the OutputProperty enumeration for this property
      • getColumnPriority

        public OutputPropertyPriority getColumnPriority()
        Gets the column priority of the output property in output files The lower the column priority value of a property, the further to the left it is placed in the output file
        Specified by:
        getColumnPriority in class OutputProperty
        Returns:
        the column priority