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