public class ParameterizedMappingStructure extends MappingStructure implements IParameterizedMappingStructure
| Constructor and Description |
|---|
ParameterizedMappingStructure(String name,
String label,
String description,
String dataType,
boolean isMandatory,
boolean isVisible,
int mappingType,
List<IMappingStructure> childValues,
List<IOptionList.IOption> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String key,
Object value) |
Map<String,Object> |
getParameters() |
void |
setParameters(Map<String,Object> parameters) |
getChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisiblepublic ParameterizedMappingStructure(String name, String label, String description, String dataType, boolean isMandatory, boolean isVisible, int mappingType, List<IMappingStructure> childValues, List<IOptionList.IOption> options)
public Map<String,Object> getParameters()
getParameters in interface IParameterizedMappingStructurepublic void setParameters(Map<String,Object> parameters)
setParameters in interface IParameterizedMappingStructurepublic void addParameter(String key, Object value)
addParameter in interface IParameterizedMappingStructureCopyright © 2022 Visiativ. All rights reserved.