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, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildValues, getDataType, getDescription, getLabel, getListOptions, getMappingType, getName, getValues, isMandatory, isVisible, setChildValues, setDataType, setDescription, setLabel, setListOptions, setMandatory, setMappingType, setName, setVisible
public 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 IParameterizedMappingStructure
public void setParameters(Map<String,Object> parameters)
setParameters
in interface IParameterizedMappingStructure
public void addParameter(String key, Object value)
addParameter
in interface IParameterizedMappingStructure
Copyright © 2022 Visiativ. All rights reserved.