Class DatatypeConverter

java.lang.Object
org.faktorips.codegen.DatatypeConverter
All Implemented Interfaces:
ConversionMatrix

public class DatatypeConverter extends Object implements ConversionMatrix
  • Constructor Details

    • DatatypeConverter

      public DatatypeConverter()
  • Method Details

    • canConvert

      public boolean canConvert(Datatype from, Datatype to)
      Description copied from interface: ConversionMatrix
      Returns 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:
      canConvert in interface ConversionMatrix