Package com.axemble.vdoc.sdk.interfaces
Interface IMappingValuesProvider
- All Known Subinterfaces:
- ICustomMappingProvider<T>,- IListMappingProvider<T>,- IMappingProvider<T>,- ITableCreationMappingProvider<T>
- All Known Implementing Classes:
- BaseCustomMappingProvider,- BaseSystemMappingProvider,- MappingStructure,- ParameterizedMappingStructure
public interface IMappingValuesProvider
This base class provides the objects of the mappingObject.
 
Each object implements IMappingStructure which match to a vdoc object.
- 
Method SummaryModifier and TypeMethodDescriptionGets the differents objects of the mappingObject.
- 
Method Details- 
getValuesList<IMappingStructure> getValues()Gets the differents objects of the mappingObject.- Returns:
- A java.util.Collection of IMappingStructureobject.
 
 
-