|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OperationType | |
|---|---|
| it.avutils.jmapper.enums | This package contains all Enumerations used in JMapper Framework. |
| it.avutils.jmapper.operations.info | This package contains classes used to transport information of the operations. |
| Uses of OperationType in it.avutils.jmapper.enums |
|---|
| Methods in it.avutils.jmapper.enums that return OperationType | |
|---|---|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of OperationType in it.avutils.jmapper.operations.info |
|---|
| Methods in it.avutils.jmapper.operations.info that return OperationType | |
|---|---|
OperationType |
InfoOperation.getInstructionType()
|
OperationType |
InfoMapOperation.getKeyInstructionType()
|
OperationType |
InfoMapOperation.getValueInstructionType()
|
| Methods in it.avutils.jmapper.operations.info with parameters of type OperationType | |
|---|---|
InfoOperation |
InfoOperation.setInstructionType(OperationType instructionType)
|
InfoMapOperation |
InfoMapOperation.setKeyInstructionType(OperationType keyInstructionType)
|
InfoMapOperation |
InfoMapOperation.setValueInstructionType(OperationType valueInstructionType)
|
| Constructors in it.avutils.jmapper.operations.info with parameters of type OperationType | |
|---|---|
InfoMapOperation(OperationType keyInstructionType,
ConversionType keyConversionType,
ChooseConfig keyConfigChosen,
OperationType valueInstructionType,
ConversionType valueConversionType,
ChooseConfig valueConfigChosen)
|
|
InfoOperation(OperationType instructionType,
ConversionType conversionType)
|
|
InfoOperation(OperationType instructionType,
ConversionType conversionType,
ChooseConfig configChosen,
InfoMapOperation mapOperation)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||