it.avutils.jmapper.operations.analyzer
Class ArrayListAnalyzer

java.lang.Object
  extended by it.avutils.jmapper.operations.analyzer.ArrayListAnalyzer

public class ArrayListAnalyzer
extends Object

This Class analyzes operations between Arrays and Collections..

Author:
Alessandro Vurro

Constructor Summary
ArrayListAnalyzer(XML aXml)
          Takes as input an xml object that represents the xml configuration.
 
Method Summary
 InfoOperation getInfoOperation(Field destination, Field source)
          This method calculates and returns information relating the operation to be performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayListAnalyzer

public ArrayListAnalyzer(XML aXml)
Takes as input an xml object that represents the xml configuration.

Parameters:
aXml - xml object
Method Detail

getInfoOperation

public InfoOperation getInfoOperation(Field destination,
                                      Field source)
This method calculates and returns information relating the operation to be performed.

Parameters:
destination - destination field to be analyzed
source - source field to be analyzed
Returns:
all information relating the operation to be performed


Copyright © 2013. All Rights Reserved.