Class FieldConsole.RationalBigDecToDoubleDecerator
- java.lang.Object
-
- com.singularsys.extensions.field.implementations.FieldDecorator
-
- com.singularsys.extexamples.consoles.FieldConsole.RationalBigDecToDoubleDecerator
-
- All Implemented Interfaces:
FieldI,java.io.Serializable
- Enclosing class:
- FieldConsole
public class FieldConsole.RationalBigDecToDoubleDecerator extends FieldDecorator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RationalBigDecToDoubleDecerator(FieldI field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectconvertInput(java.lang.Object in)Attempt to convert the input to a Field method.java.lang.ObjectconvertOutput(java.lang.Object out)Attempt to convert the output from a Field method.
-
-
-
Constructor Detail
-
RationalBigDecToDoubleDecerator
public RationalBigDecToDoubleDecerator(FieldI field)
-
-
Method Detail
-
convertInput
public java.lang.Object convertInput(java.lang.Object in) throws EvaluationExceptionDescription copied from class:FieldDecoratorAttempt to convert the input to a Field method.- Specified by:
convertInputin classFieldDecorator- Returns:
- If appropriate convert
into a different type, otherwise returnin. - Throws:
EvaluationException
-
convertOutput
public java.lang.Object convertOutput(java.lang.Object out) throws EvaluationExceptionDescription copied from class:FieldDecoratorAttempt to convert the output from a Field method.- Specified by:
convertOutputin classFieldDecorator- Returns:
- If appropriate convert
outto a different type, otherwise returnout. - Throws:
EvaluationException
-
-