public class DefaultPropertySettingsImpl extends Object implements DefaultPropertySettings
| Type | Property and Description |
|---|---|
boolean |
isBase
Gets the value of the property baseProperty.
|
| Constructor and Description |
|---|
DefaultPropertySettingsImpl(String defaultEditorCode,
Map<String,String> parameters,
PropertyDescriptor propertyDescriptor,
boolean baseProperty) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEditorCode()
Returns editorCode configured for the property.
|
Map<String,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(String defaultEditorCode, Map<String,String> parameters, PropertyDescriptor propertyDescriptor, boolean baseProperty)
public String getDefaultEditorCode()
DefaultPropertySettingsgetDefaultEditorCode in interface DefaultPropertySettingspublic Map<String,String> getParameters()
DefaultPropertySettingsgetParameters in interface DefaultPropertySettingspublic PropertyDescriptor getPropertyDescriptor()
DefaultPropertySettingsDefaultPropertySettings represents.getPropertyDescriptor in interface DefaultPropertySettingspublic boolean isBaseProperty()
isBaseProperty in interface DefaultPropertySettingsCopyright © 2017 SAP SE. All Rights Reserved.