public class WidgetParameterPropertyDescriptor extends Object implements PropertyDescriptor
PropertyDescriptor.Multiplicity, PropertyDescriptor.OccurrenceBOOLEAN, DATE, DECIMAL, ENUM, FEATURE, FLOAT, INTEGER, LONG, PK, QUALIFIER_DELIM, QUALIFIER_DELIM_EXP, REFERENCE, TEXT| Constructor and Description |
|---|
WidgetParameterPropertyDescriptor(ComposedTypeModel enclosingType,
WidgetParameterModel parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
localized description
|
String |
getEditorType()
The general editor type.
|
PropertyDescriptor.Multiplicity |
getMultiplicity()
Specifies which type of collection this editor should handle.
|
String |
getName()
localized name
|
String |
getName(String languageIso) |
PropertyDescriptor.Occurrence |
getOccurence()
Tells if this property is mandatory, recommended or optional.
|
String |
getQualifier()
The (globally!) unique property qualifier.
|
String |
getSelectionOf()
qualifier of property descriptor that holds the "selectionOf"
|
WidgetParameterModel |
getWidgetParameter() |
int |
hashCode() |
boolean |
isLocalized()
Tells whether this property contains localized data.
|
boolean |
isReadable() |
boolean |
isWritable() |
void |
setEditorType(String type) |
public WidgetParameterPropertyDescriptor(ComposedTypeModel enclosingType, WidgetParameterModel parameter)
public String getName(String languageIso)
getName in interface PropertyDescriptorpublic boolean isReadable()
isReadable in interface PropertyDescriptorpublic boolean isWritable()
isWritable in interface PropertyDescriptorpublic String getDescription()
PropertyDescriptorgetDescription in interface PropertyDescriptorpublic void setEditorType(String type)
public String getEditorType()
PropertyDescriptorgetEditorType in interface PropertyDescriptorpublic PropertyDescriptor.Multiplicity getMultiplicity()
PropertyDescriptorPropertyDescriptor.Multiplicity.SINGLE or null.getMultiplicity in interface PropertyDescriptorpublic String getName()
PropertyDescriptorgetName in interface PropertyDescriptorpublic PropertyDescriptor.Occurrence getOccurence()
PropertyDescriptorgetOccurence in interface PropertyDescriptorpublic String getQualifier()
PropertyDescriptorgetQualifier in interface PropertyDescriptorpublic String getSelectionOf()
PropertyDescriptorgetSelectionOf in interface PropertyDescriptorpublic boolean isLocalized()
PropertyDescriptorisLocalized in interface PropertyDescriptorpublic WidgetParameterModel getWidgetParameter()
Copyright © 2017 SAP SE. All Rights Reserved.