public class WidgetParameterPropertyDescriptor extends java.lang.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(java.lang.Object obj) |
java.lang.String |
getDescription()
localized description
|
java.lang.String |
getEditorType()
The general editor type.
|
PropertyDescriptor.Multiplicity |
getMultiplicity()
Specifies which type of collection this editor should handle.
|
java.lang.String |
getName()
localized name
|
java.lang.String |
getName(java.lang.String languageIso) |
PropertyDescriptor.Occurrence |
getOccurence()
Tells if this property is mandatory, recommended or optional.
|
java.lang.String |
getQualifier()
The (globally!) unique property qualifier.
|
java.lang.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(java.lang.String type) |
public WidgetParameterPropertyDescriptor(ComposedTypeModel enclosingType, WidgetParameterModel parameter)
public java.lang.String getName(java.lang.String languageIso)
getName in interface PropertyDescriptorpublic boolean isReadable()
isReadable in interface PropertyDescriptorpublic boolean isWritable()
isWritable in interface PropertyDescriptorpublic java.lang.String getDescription()
PropertyDescriptorgetDescription in interface PropertyDescriptorpublic void setEditorType(java.lang.String type)
public java.lang.String getEditorType()
PropertyDescriptorgetEditorType in interface PropertyDescriptorpublic PropertyDescriptor.Multiplicity getMultiplicity()
PropertyDescriptorPropertyDescriptor.Multiplicity.SINGLE or null.getMultiplicity in interface PropertyDescriptorpublic java.lang.String getName()
PropertyDescriptorgetName in interface PropertyDescriptorpublic PropertyDescriptor.Occurrence getOccurence()
PropertyDescriptorgetOccurence in interface PropertyDescriptorpublic java.lang.String getQualifier()
PropertyDescriptorgetQualifier in interface PropertyDescriptorpublic java.lang.String getSelectionOf()
PropertyDescriptorgetSelectionOf in interface PropertyDescriptorpublic boolean isLocalized()
PropertyDescriptorisLocalized in interface PropertyDescriptorpublic WidgetParameterModel getWidgetParameter()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.