public interface MappingLineConfiguration extends UIComponentConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getEditorCode(String propertyQualifier)
Returns the code of the editor that should be used for the mapping mappingLineModel
display in the mapping area.
|
List<Property> |
getImportProperties()
Returns the import properties as configured in the XML config file.
|
List<String> |
getImportPropertiesQualifiers()
Returns a list if property descriptors configured in the "import properties" section
in the mapping mappingLineModel XML config files.
|
Map<String,String> |
getParameterMap(String propertyQualifier)
Returns a map of parameter qualifiers and their values as configured
in the XML config file.
|
List<SpecialTranslator> |
getSpecialTranslators() |
String |
getTranslator(String propertyQualifier)
Returns the value of the "translator" parameter of the specified property qualifier config.
|
boolean |
isAllowNull(String propertyQualifier)
Returns true if there is allownull=true parameter configured for the given
property qualifier.
|
boolean |
isEditorVisible(String propertyQualifier)
Returns true if the editor is set to be visible in the xml config file
|
String getEditorCode(String propertyQualifier)
propertyQualifier - boolean isEditorVisible(String propertyQualifier)
propertyQualifier - Map<String,String> getParameterMap(String propertyQualifier)
propertyQualifier - List<Property> getImportProperties()
String getTranslator(String propertyQualifier)
propertyQualifier - boolean isAllowNull(String propertyQualifier)
propertyQualifier - List<String> getImportPropertiesQualifiers()
List<SpecialTranslator> getSpecialTranslators()
Copyright © 2017 SAP SE. All Rights Reserved.