it.avutils.jmapper.operations.info
Class InfoMapOperation

java.lang.Object
  extended by it.avutils.jmapper.operations.info.InfoOperation
      extended by it.avutils.jmapper.operations.info.InfoMapOperation

public class InfoMapOperation
extends InfoOperation

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

Author:
Alessandro Vurro

Constructor Summary
InfoMapOperation()
           
InfoMapOperation(OperationType keyInstructionType, ConversionType keyConversionType, ChooseConfig keyConfigChosen, OperationType valueInstructionType, ConversionType valueConversionType, ChooseConfig valueConfigChosen)
           
 
Method Summary
 ChooseConfig getKeyConfigChosen()
           
 ConversionType getKeyConversionType()
           
 OperationType getKeyInstructionType()
           
 ChooseConfig getValueConfigChosen()
           
 ConversionType getValueConversionType()
           
 OperationType getValueInstructionType()
           
 void keyValueUndefined()
           
 InfoMapOperation setKeyConfigChosen(ChooseConfig keyConfigChosen)
           
 InfoMapOperation setKeyConversionType(ConversionType keyConversionType)
           
 InfoMapOperation setKeyInstructionType(OperationType keyInstructionType)
           
 InfoMapOperation setValueConfigChosen(ChooseConfig valueConfigChosen)
           
 InfoMapOperation setValueConversionType(ConversionType valueConversionType)
           
 InfoMapOperation setValueInstructionType(OperationType valueInstructionType)
           
 
Methods inherited from class it.avutils.jmapper.operations.info.InfoOperation
getConfigChosen, getConversionType, getInstructionType, setConfigChosen, setConversionType, setInstructionType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoMapOperation

public InfoMapOperation()

InfoMapOperation

public InfoMapOperation(OperationType keyInstructionType,
                        ConversionType keyConversionType,
                        ChooseConfig keyConfigChosen,
                        OperationType valueInstructionType,
                        ConversionType valueConversionType,
                        ChooseConfig valueConfigChosen)
Parameters:
keyInstructionType -
keyConversionType -
keyConfigChosen -
valueInstructionType -
valueConversionType -
valueConfigChosen -
Method Detail

keyValueUndefined

public void keyValueUndefined()

getKeyInstructionType

public OperationType getKeyInstructionType()

setKeyInstructionType

public InfoMapOperation setKeyInstructionType(OperationType keyInstructionType)

getKeyConversionType

public ConversionType getKeyConversionType()

setKeyConversionType

public InfoMapOperation setKeyConversionType(ConversionType keyConversionType)

getKeyConfigChosen

public ChooseConfig getKeyConfigChosen()

setKeyConfigChosen

public InfoMapOperation setKeyConfigChosen(ChooseConfig keyConfigChosen)

getValueInstructionType

public OperationType getValueInstructionType()

setValueInstructionType

public InfoMapOperation setValueInstructionType(OperationType valueInstructionType)

getValueConversionType

public ConversionType getValueConversionType()

setValueConversionType

public InfoMapOperation setValueConversionType(ConversionType valueConversionType)

getValueConfigChosen

public ChooseConfig getValueConfigChosen()

setValueConfigChosen

public InfoMapOperation setValueConfigChosen(ChooseConfig valueConfigChosen)


Copyright © 2013. All Rights Reserved.