Class MrcpHeaderName.MinusOnePlusOneFloatFactory
java.lang.Object
com.bytedesk.call.mrcp4j.message.header.BaseValueFactory
com.bytedesk.call.mrcp4j.message.header.GenericValueFactory
com.bytedesk.call.mrcp4j.message.header.MrcpHeaderName.MinusOnePlusOneFloatFactory
- All Implemented Interfaces:
ValueFactory
- Enclosing class:
- MrcpHeaderName
TODOC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvalidateObject(Object valueObject) Subclasses should override this method if there is any limitation on the valid values of the objects generated by this factory.Methods inherited from class com.bytedesk.call.mrcp4j.message.header.GenericValueFactory
fromValueStringMethods inherited from class com.bytedesk.call.mrcp4j.message.header.BaseValueFactory
getValueClass, toValueString
-
Field Details
-
VALUE_MIN
-
VALUE_MAX
-
-
Constructor Details
-
MinusOnePlusOneFloatFactory
protected MinusOnePlusOneFloatFactory()
-
-
Method Details
-
validateObject
Description copied from class:BaseValueFactorySubclasses should override this method if there is any limitation on the valid values of the objects generated by this factory.- Overrides:
validateObjectin classBaseValueFactory- Parameters:
valueObject- object to be validated.- Throws:
IllegalValueException- if the value of the object passed is not valid for this factory.
-