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