public interface IJavaPropertyDescriptor extends Serializable
| 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) |
String getName()
IJavaClassMethod getReadMethod()
IJavaClassMethod getWriteMethod()
IType getPropertyType()
IJavaClassInfo getPropertyClassInfo()
boolean isHidden()
boolean isVisibleViaFeatureDescriptor(IScriptabilityModifier constraint)
boolean isHiddenViaFeatureDescriptor()
boolean isDeprecated()
String getDisplayName()
String getShortDescription()
Copyright © 2017. All rights reserved.