public abstract class AbstractPropertyDescriptor 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 |
|---|
AbstractPropertyDescriptor() |
| 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
|
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"
|
int |
hashCode() |
boolean |
isLocalized()
Tells whether this property contains localized data.
|
void |
setEditorType(java.lang.String type) |
void |
setLocalized(boolean loc) |
void |
setMultiplicity(PropertyDescriptor.Multiplicity multiplicity) |
void |
setOccurence(PropertyDescriptor.Occurrence occurence) |
void |
setQualifier(java.lang.String qualifier) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, isReadable, isWritablepublic java.lang.String getQualifier()
PropertyDescriptorgetQualifier in interface PropertyDescriptorpublic void setQualifier(java.lang.String qualifier)
public boolean isLocalized()
PropertyDescriptorisLocalized in interface PropertyDescriptorpublic void setLocalized(boolean loc)
public PropertyDescriptor.Multiplicity getMultiplicity()
PropertyDescriptorPropertyDescriptor.Multiplicity.SINGLE or null.getMultiplicity in interface PropertyDescriptorpublic void setMultiplicity(PropertyDescriptor.Multiplicity multiplicity)
public java.lang.String getEditorType()
PropertyDescriptorgetEditorType in interface PropertyDescriptorpublic void setEditorType(java.lang.String type)
public void setOccurence(PropertyDescriptor.Occurrence occurence)
public PropertyDescriptor.Occurrence getOccurence()
PropertyDescriptorgetOccurence in interface PropertyDescriptorpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getName()
PropertyDescriptorgetName in interface PropertyDescriptorpublic java.lang.String getDescription()
PropertyDescriptorgetDescription in interface PropertyDescriptorpublic java.lang.String getSelectionOf()
PropertyDescriptorgetSelectionOf in interface PropertyDescriptorCopyright © 2018 SAP SE. All Rights Reserved.