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 Summary
Modifier and TypeMethodDescriptionGets the differents objects of the mappingObject.
-
Method Details
-
getValues
List<IMappingStructure> getValues()Gets the differents objects of the mappingObject.- Returns:
- A java.util.Collection of
IMappingStructure
object.
-