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 SummaryConstructorsConstructorDescriptionParameterizedMappingStructure(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddParameter(String key, Object value) voidsetParameters(Map<String, Object> parameters) Methods inherited from class com.axemble.vdoc.sdk.components.MappingStructuregetChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IMappingStructuregetChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisible
- 
Constructor Details- 
ParameterizedMappingStructurepublic 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 interface- IParameterizedMappingStructure
 
- 
setParameters- Specified by:
- setParametersin interface- IParameterizedMappingStructure
 
- 
addParameter- Specified by:
- addParameterin interface- IParameterizedMappingStructure
 
 
-