|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.avutils.jmapper.operations.AGeneralOperationAccessor
it.avutils.jmapper.operations.AGeneralOperation
it.avutils.jmapper.operations.complex.AComplexOperation
it.avutils.jmapper.operations.recursive.ARecursiveOperation
public abstract class ARecursiveOperation
This abstract class represents a recursive operation.
| Field Summary | |
|---|---|
protected ChooseConfig |
configChosen
configuration chosen |
protected boolean |
enrichment
enrichment indicates the destination enrichment |
protected Set<Method> |
methodsToGenerate
methods to generate |
protected boolean |
newInstance
newInstance indicates the destination creation |
protected XML |
xml
xml object |
| Fields inherited from class it.avutils.jmapper.operations.AGeneralOperationAccessor |
|---|
conversion, conversionMembership, destinationField, info, initialDGetPath, initialDSetPath, initialSGetPath, mtd, mts, sourceField |
| Constructor Summary | |
|---|---|
ARecursiveOperation()
|
|
| Method Summary | |
|---|---|
protected String |
getDName()
|
protected String |
getSName()
|
ARecursiveOperation |
setConfigChosen(ChooseConfig configChosen)
ChooseConfig setting. |
protected String |
setDName()
|
ARecursiveOperation |
setMethodsToGenerate(Set<Method> methodsToGenerate)
This set is used to add all explicit conversions which must be generated. |
ARecursiveOperation |
setXml(XML aXml)
Xml setting. |
| Methods inherited from class it.avutils.jmapper.operations.complex.AComplexOperation |
|---|
existingField, fieldToCreate, getDestinationClass, getSourceConverted, getSourceTreated, newInstance, newInstance, setDestinationClass, sharedCode, write |
| Methods inherited from class it.avutils.jmapper.operations.AGeneralOperation |
|---|
addMappingTypeControl, applyExplicitConversion, applyImplicitConversion, getDestination, getSource, setDestination, setDestination, theSourceIsToBeConverted, write, write |
| Methods inherited from class it.avutils.jmapper.operations.AGeneralOperationAccessor |
|---|
destinationType, getMtd, getMts, initialDGetPath, initialDSetPath, initialSGetPath, setConversionMethod, setDestinationField, setInfoOperation, setMemberShip, setMtd, setMts, setSourceField, sourceType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Set<Method> methodsToGenerate
protected final boolean newInstance
protected final boolean enrichment
protected ChooseConfig configChosen
protected XML xml
| Constructor Detail |
|---|
public ARecursiveOperation()
| Method Detail |
|---|
public ARecursiveOperation setConfigChosen(ChooseConfig configChosen)
configChosen - configuration chosen
public ARecursiveOperation setXml(XML aXml)
aXml - xml object
protected String setDName()
protected String getDName()
protected String getSName()
public ARecursiveOperation setMethodsToGenerate(Set<Method> methodsToGenerate)
methodsToGenerate - methods to generate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||