Package org.faktorips.codegen.conversion
Class AbstractSingleConversionCg
java.lang.Object
org.faktorips.codegen.conversion.AbstractSingleConversionCg
- All Implemented Interfaces:
SingleConversionCg<JavaCodeFragment>
- Direct Known Subclasses:
BigDecimalToDecimalCg,BooleanToPrimitiveBooleanCg,DecimalToBigDecimalCg,DecimalToDoubleCg,DoubleToDecimalCg,IntegerToBigDecimalCg,IntegerToDecimalCg,IntegerToLongCg,IntegerToPrimitiveIntCg,LocalDateTimeToGregorianCalendarCg,LocalDateTimeToGregorianCalendarCg,LocalDateToGregorianCalendarCg,LocalDateToGregorianCalendarCg,LongToBigDecimalCg,LongToDecimalCg,LongToIntegerCg,LongToPrimitiveLongCg,PrimitiveBooleanToBooleanCg,PrimitiveIntToBigDecimalCg,PrimitiveIntToDecimalCg,PrimitiveIntToIntegerCg,PrimitiveIntToLongCg,PrimitiveIntToPrimitiveLongCg,PrimitiveLongToBigDecimalCg,PrimitiveLongToLongCg,PrimitiveLongToPrimitiveIntCg
public abstract class AbstractSingleConversionCg
extends Object
implements SingleConversionCg<JavaCodeFragment>
A ConversionGenerator that ...
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractSingleConversionCg(Datatype from, Datatype to) Creates a new ConversionGenerator that converts from Datatype from to Datatype to. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.faktorips.codegen.SingleConversionCg
getConversionCode
-
Constructor Details
-
AbstractSingleConversionCg
Creates a new ConversionGenerator that converts from Datatype from to Datatype to.
-
-
Method Details
-
getFrom
Overridden method.- Specified by:
getFromin interfaceSingleConversionCg<JavaCodeFragment>- See Also:
-
getTo
Overridden method.- Specified by:
getToin interfaceSingleConversionCg<JavaCodeFragment>- See Also:
-