it.avutils.jmapper.operations.info
Class InfoOperation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -
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.