|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.edsdev.jconvert.logic.ConversionGapBuilder
This class is responsible for generating missing conversions in a ConversionType list. The name is a bit misleading.
Constructor Summary | |
ConversionGapBuilder()
|
Method Summary | |
static void |
createMissingConversions(ConversionType ct)
Looks through all of the conversions in the specified ConversionType and tries to create missing conversions through association. |
static void |
createOneToOneConversions(ConversionType ct)
This method is responsible for creating the one-to-one conversions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConversionGapBuilder()
Method Detail |
public static void createOneToOneConversions(ConversionType ct)
ct
- ConversionType that you want to create the one-to-one conversions in.public static void createMissingConversions(ConversionType ct)
ct
- ConversionType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |