Package | Description |
---|---|
com.axemble.vdoc.sdk.components | |
com.axemble.vdoc.sdk.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
MappingStructure |
class |
ParameterizedMappingStructure |
Modifier and Type | Method and Description |
---|---|
Collection<IMappingStructure> |
BaseCustomMappingProvider.convertPropertiesToMappingStruture(Collection<? extends IProperty> properties) |
List<IMappingStructure> |
MappingStructure.getChildValues() |
List<IMappingStructure> |
BaseSystemMappingProvider.getValues() |
List<IMappingStructure> |
MappingStructure.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
MappingStructure.setChildValues(List<IMappingStructure> childValues) |
Constructor and Description |
---|
MappingStructure(String name,
String label,
String description,
String dataType,
boolean isMandatory,
boolean isVisible,
int mappingType,
List<IMappingStructure> childValues,
List<IOptionList.IOption> options) |
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 | Interface and Description |
---|---|
interface |
IParameterizedMappingStructure |
Modifier and Type | Method and Description |
---|---|
List<IMappingStructure> |
IMappingStructure.getChildValues()
Retrieves childs mappingStructure for a composite mappingStructure.
|
List<IMappingStructure> |
IMappingStructure.getValues()
Retrieves childs mappingStructure for a composite mappingStructure.
|
List<IMappingStructure> |
IMappingValuesProvider.getValues()
Gets the differents objects of the mappingObject.
|
Modifier and Type | Method and Description |
---|---|
void |
IMappingStructure.setChildValues(List<IMappingStructure> childValues)
Sets childs mappingStructure for a composite mappingStructure.
|
Copyright © 2022 Visiativ. All rights reserved.