public interface IMappingStructure
Modifier and Type | Method and Description |
---|---|
List<IMappingStructure> |
getChildValues()
Retrieves childs mappingStructure for a composite mappingStructure.
|
String |
getDataType()
Retrieves the data type of the mappingStructure.
|
String |
getDescription()
Retrieves the description of the mappingStructure.
|
String |
getLabel()
Retrieves the label of the mappingStructure.
|
List<IOptionList.IOption> |
getListOptions()
Retrieves options displayed on the selection "value of list" in the mapping component.
|
int |
getMappingType()
Retrieves the mapping type of the mappingStructure.
|
String |
getName()
Retrives the name of mappingStructure.
|
List<IMappingStructure> |
getValues()
Retrieves childs mappingStructure for a composite mappingStructure.
|
boolean |
isMandatory()
Get if the value of mappingStructure is mandatory.
|
boolean |
isVisible()
Get if mappingStructure is default visible in the mapping component
|
void |
setChildValues(List<IMappingStructure> childValues)
Sets childs mappingStructure for a composite mappingStructure.
|
void |
setDataType(String dataType)
Sets the data type of the mappingStructure.
|
void |
setDescription(String description)
Sets a description to a mappingStructure.
|
void |
setLabel(String label)
Sets a label to a mappingStructure.
|
void |
setListOptions(List<IOptionList.IOption> options)
Sets options displayed on the selection "value of list" in the mapping component.
|
void |
setMandatory(boolean isMandatory)
Set if the value of mappingStructure is mandatory
|
void |
setMappingType(int mappingType)
Sets the mapping type of the mappingStructure.
|
void |
setName(String name)
Sets a name to the mappingStructure.
|
void |
setVisible(boolean isVisible)
Set if mappingStructure is visible
|
String getName()
void setName(String name)
name
- The name of the mappingStructure.String getLabel()
void setLabel(String label)
label
- The label of the mappingStructure.String getDescription()
void setDescription(String description)
description
- The description of the mappingStructure.String getDataType()
IMappingProvider.DataType
value with data type of the mappingStructure.void setDataType(String dataType)
dataType
- A value of the IMappingProvider.DataType
.List<IMappingStructure> getChildValues()
IMappingStructure
objectvoid setChildValues(List<IMappingStructure> childValues)
childValues
- A java.util.List of IMappingStructure
objectboolean isMandatory()
void setMandatory(boolean isMandatory)
isMandatory
- boolean isVisible()
void setVisible(boolean isVisible)
isVisible
- int getMappingType()
IMappingProvider.IMappingType
value with data type of the mappingStructure.void setMappingType(int mappingType)
mappingType
- A value of the IMappingProvider.IMappingType
.List<IMappingStructure> getValues()
IMappingStructure
objectList<IOptionList.IOption> getListOptions()
IOptionList.IOption
objectvoid setListOptions(List<IOptionList.IOption> options)
options
- A java.util.List of IOptionList.IOption
objectCopyright © 2022 Visiativ. All rights reserved.