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
ConstructorsConstructorDescriptionParameterizedMappingStructure(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 TypeMethodDescriptionvoidaddParameter(String key, Object value) voidsetParameters(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, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getParametersin interfaceIParameterizedMappingStructure
-
setParameters
- Specified by:
setParametersin interfaceIParameterizedMappingStructure
-
addParameter
- Specified by:
addParameterin interfaceIParameterizedMappingStructure
-