Uses of Interface
com.axemble.vdoc.sdk.interfaces.IMappingStructure
-
Uses of IMappingStructure in com.axemble.vdoc.sdk.components
Modifier and TypeMethodDescriptionBaseCustomMappingProvider.convertPropertiesToMappingStruture
(Collection<? extends IProperty> properties) MappingStructure.getChildValues()
final List
<IMappingStructure> BaseSystemMappingProvider.getValues()
MappingStructure.getValues()
Modifier and TypeMethodDescriptionvoid
MappingStructure.setChildValues
(List<IMappingStructure> childValues) ModifierConstructorDescriptionMappingStructure
(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options) ParameterizedMappingStructure
(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options) -
Uses of IMappingStructure in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionIMappingStructure.getChildValues()
Retrieves childs mappingStructure for a composite mappingStructure.IMappingStructure.getValues()
Retrieves childs mappingStructure for a composite mappingStructure.IMappingValuesProvider.getValues()
Gets the differents objects of the mappingObject.Modifier and TypeMethodDescriptionvoid
IMappingStructure.setChildValues
(List<IMappingStructure> childValues) Sets childs mappingStructure for a composite mappingStructure.