Package com.axemble.vdoc.sdk.components
Class ParameterizedMappingStructure
java.lang.Object
com.axemble.vdoc.sdk.components.MappingStructure
com.axemble.vdoc.sdk.components.ParameterizedMappingStructure
- All Implemented Interfaces:
IMappingStructure
,IMappingValuesProvider
,IParameterizedMappingStructure
public class ParameterizedMappingStructure
extends MappingStructure
implements IParameterizedMappingStructure
-
Constructor Summary
ConstructorDescriptionParameterizedMappingStructure
(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(String key, Object value) void
setParameters
(Map<String, Object> parameters) Methods inherited from class com.axemble.vdoc.sdk.components.MappingStructure
getChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingStructure
getChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisible
-
Constructor Details
-
ParameterizedMappingStructure
public ParameterizedMappingStructure(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options)
-
-
Method Details
-
getParameters
- Specified by:
getParameters
in interfaceIParameterizedMappingStructure
-
setParameters
- Specified by:
setParameters
in interfaceIParameterizedMappingStructure
-
addParameter
- Specified by:
addParameter
in interfaceIParameterizedMappingStructure
-