Package org.faktorips.codegen
Class DatatypeConverter
java.lang.Object
org.faktorips.codegen.DatatypeConverter
- All Implemented Interfaces:
ConversionMatrix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanConvert(Datatype from, Datatype to) Returns true if a value of datatype from can be converted into one of datatype to.
-
Constructor Details
-
DatatypeConverter
public DatatypeConverter()
-
-
Method Details
-
canConvert
Description copied from interface:ConversionMatrixReturns true if a value of datatype from can be converted into one of datatype to. If datatype from and to are equal, the method returns true.- Specified by:
canConvertin interfaceConversionMatrix
-