public class PropertyDescriptorJavaPropertyDescriptor extends Object implements IJavaPropertyDescriptor
| Constructor and Description |
|---|
PropertyDescriptorJavaPropertyDescriptor(PropertyDescriptor propertyDescriptor,
IModule module) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getName() |
IJavaClassInfo |
getPropertyClassInfo() |
IType |
getPropertyType() |
IJavaClassMethod |
getReadMethod() |
String |
getShortDescription() |
IJavaClassMethod |
getWriteMethod() |
boolean |
isDeprecated() |
boolean |
isHidden() |
boolean |
isHiddenViaFeatureDescriptor() |
boolean |
isVisibleViaFeatureDescriptor(IScriptabilityModifier constraint) |
public PropertyDescriptorJavaPropertyDescriptor(PropertyDescriptor propertyDescriptor, IModule module)
public String getName()
getName in interface IJavaPropertyDescriptorpublic IJavaClassMethod getReadMethod()
getReadMethod in interface IJavaPropertyDescriptorpublic IJavaClassMethod getWriteMethod()
getWriteMethod in interface IJavaPropertyDescriptorpublic IType getPropertyType()
getPropertyType in interface IJavaPropertyDescriptorpublic IJavaClassInfo getPropertyClassInfo()
getPropertyClassInfo in interface IJavaPropertyDescriptorpublic boolean isHidden()
isHidden in interface IJavaPropertyDescriptorpublic boolean isVisibleViaFeatureDescriptor(IScriptabilityModifier constraint)
isVisibleViaFeatureDescriptor in interface IJavaPropertyDescriptorpublic boolean isHiddenViaFeatureDescriptor()
isHiddenViaFeatureDescriptor in interface IJavaPropertyDescriptorpublic boolean isDeprecated()
isDeprecated in interface IJavaPropertyDescriptorpublic String getDisplayName()
getDisplayName in interface IJavaPropertyDescriptorpublic String getShortDescription()
getShortDescription in interface IJavaPropertyDescriptorCopyright © 2020. All rights reserved.