Class MrcpHeaderName.ZeroOneFloatFactory

All Implemented Interfaces:
ValueFactory
Enclosing class:
MrcpHeaderName

private static class MrcpHeaderName.ZeroOneFloatFactory extends GenericValueFactory
TODOC
  • Field Details

    • VALUE_MIN

      private static final Float VALUE_MIN
    • VALUE_MAX

      private static final Float VALUE_MAX
  • Constructor Details

    • ZeroOneFloatFactory

      protected ZeroOneFloatFactory()
  • Method Details

    • validateObject

      protected void validateObject(Object valueObject) throws IllegalValueException
      Description copied from class: BaseValueFactory
      Subclasses should override this method if there is any limitation on the valid values of the objects generated by this factory.
      Overrides:
      validateObject in class BaseValueFactory
      Parameters:
      valueObject - object to be validated.
      Throws:
      IllegalValueException - if the value of the object passed is not valid for this factory.