public class DefaultPropertySettingsImpl extends java.lang.Object implements DefaultPropertySettings
| Type | Property and Description |
|---|---|
boolean |
isBase
Gets the value of the property baseProperty.
|
| Constructor and Description |
|---|
DefaultPropertySettingsImpl(java.lang.String defaultEditorCode,
java.util.Map<java.lang.String,java.lang.String> parameters,
PropertyDescriptor propertyDescriptor,
boolean baseProperty) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultEditorCode()
Returns editorCode configured for the property.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Returns a map of all parameters configured for the property.
|
PropertyDescriptor |
getPropertyDescriptor()
Returns a PropertyDescriptor of the property that this instance of
DefaultPropertySettings represents. |
boolean |
isBaseProperty()
Gets the value of the property baseProperty.
|
public boolean isBaseProperty
isBaseProperty in interface DefaultPropertySettingspublic DefaultPropertySettingsImpl(java.lang.String defaultEditorCode,
java.util.Map<java.lang.String,java.lang.String> parameters,
PropertyDescriptor propertyDescriptor,
boolean baseProperty)
public java.lang.String getDefaultEditorCode()
DefaultPropertySettingsgetDefaultEditorCode in interface DefaultPropertySettingspublic java.util.Map<java.lang.String,java.lang.String> getParameters()
DefaultPropertySettingsgetParameters in interface DefaultPropertySettingspublic PropertyDescriptor getPropertyDescriptor()
DefaultPropertySettingsDefaultPropertySettings represents.getPropertyDescriptor in interface DefaultPropertySettingspublic boolean isBaseProperty()
isBaseProperty in interface DefaultPropertySettingsCopyright © 2018 SAP SE. All Rights Reserved.