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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAll supported data typesstatic interfaceMapping object type
- 
Method SummaryMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingValuesProvidergetValues
- 
Method Details- 
getValueGets the value of a mappingStructure.- Parameters:
- mappedObject- the mapping object.
- mappingStructureName- The system name of the mappingStructure.
- Returns:
- an Object.
 
- 
setValueSets a value to a mappingStructure.- Parameters:
- mappedObject- the mapping object.
- mappingStructureName- The system name of the mappingStructure.
- value- The value object to set.
 
 
-