it.avutils.jmapper.operations.info
Class InfoOperation

java.lang.Object
  extended by it.avutils.jmapper.operations.info.InfoOperation
Direct Known Subclasses:
InfoMapOperation

public class InfoOperation
extends Object

InfoOperation represents the operation to be performed, taking with him such information as:
the type of operation, the conversion type and configuration to be analyzed.

Author:
Alessandro Vurro

Constructor Summary
InfoOperation()
           
InfoOperation(OperationType instructionType, ConversionType conversionType)
           
InfoOperation(OperationType instructionType, ConversionType conversionType, ChooseConfig configChosen, InfoMapOperation mapOperation)
           
 
Method Summary
 ChooseConfig getConfigChosen()
           
 ConversionType getConversionType()
           
 OperationType getInstructionType()
           
 InfoOperation setConfigChosen(ChooseConfig configChosen)
           
 InfoOperation setConversionType(ConversionType conversionType)
           
 InfoOperation setInstructionType(OperationType instructionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoOperation

public InfoOperation(OperationType instructionType,
                     ConversionType conversionType)
Parameters:
instructionType -
conversionType -

InfoOperation

public InfoOperation()

InfoOperation

public InfoOperation(OperationType instructionType,
                     ConversionType conversionType,
                     ChooseConfig configChosen,
                     InfoMapOperation mapOperation)
Parameters:
instructionType -
conversionType -
configChosen -
mapOperation -
Method Detail

setConfigChosen

public InfoOperation setConfigChosen(ChooseConfig configChosen)

setInstructionType

public InfoOperation setInstructionType(OperationType instructionType)

setConversionType

public InfoOperation setConversionType(ConversionType conversionType)

getConfigChosen

public ChooseConfig getConfigChosen()

getInstructionType

public OperationType getInstructionType()

getConversionType

public ConversionType getConversionType()


Copyright © 2013. All Rights Reserved.