Interface IJavaPropertyDescriptor

All Superinterfaces:
Serializable
All Known Implementing Classes:
JavaSourcePropertyDescriptor

public interface IJavaPropertyDescriptor extends Serializable
  • Method Details

    • getName

      String getName()
    • getReadMethod

      IJavaClassMethod getReadMethod()
    • getWriteMethod

      IJavaClassMethod getWriteMethod()
    • getPropertyType

      IType getPropertyType()
    • isHidden

      boolean isHidden()
    • isVisibleViaFeatureDescriptor

      boolean isVisibleViaFeatureDescriptor(IScriptabilityModifier constraint)
    • isHiddenViaFeatureDescriptor

      boolean isHiddenViaFeatureDescriptor()
    • isDeprecated

      boolean isDeprecated()
    • getDisplayName

      String getDisplayName()
    • getShortDescription

      String getShortDescription()