Package com.axemble.vdoc.sdk.interfaces
Interface IMappingProvider<T>
- Type Parameters:
T
-
- All Superinterfaces:
IMappingValuesProvider
- All Known Subinterfaces:
ICustomMappingProvider<T>
,IListMappingProvider<T>
,ITableCreationMappingProvider<T>
- All Known Implementing Classes:
BaseCustomMappingProvider
,BaseSystemMappingProvider
This base class provides the setter and the getter of the mappingStructures of the mappingObject.
- Author:
- ploureiro
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
All supported data typesstatic interface
Mapping object type -
Method Summary
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingValuesProvider
getValues
-
Method Details
-
getValue
Gets the value of a mappingStructure.- Parameters:
mappedObject
- the mapping object.mappingStructureName
- The system name of the mappingStructure.- Returns:
- an
Object
.
-
setValue
Sets a value to a mappingStructure.- Parameters:
mappedObject
- the mapping object.mappingStructureName
- The system name of the mappingStructure.value
- The value object to set.
-