Package gw.lang.reflect.java
Interface IJavaPropertyDescriptor
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
JavaSourcePropertyDescriptor
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
isHidden()
boolean
boolean
isVisibleViaFeatureDescriptor
(IScriptabilityModifier constraint)
-
Method Details
-
getName
String getName() -
getReadMethod
IJavaClassMethod getReadMethod() -
getWriteMethod
IJavaClassMethod getWriteMethod() -
getPropertyType
IType getPropertyType() -
isHidden
boolean isHidden() -
isVisibleViaFeatureDescriptor
-
isHiddenViaFeatureDescriptor
boolean isHiddenViaFeatureDescriptor() -
isDeprecated
boolean isDeprecated() -
getDisplayName
String getDisplayName() -
getShortDescription
String getShortDescription()
-