Interface Property

All Known Subinterfaces:
ResolvedProperty
All Known Implementing Classes:
SimpleProperty, WrapperProperty

public interface Property
  • Method Details

    • getVariableModifiers

      int getVariableModifiers()
    • getName

      String getName()
    • getSimpleTypeName

      String getSimpleTypeName()
    • getDefensiveCopyExpression

      String getDefensiveCopyExpression()
    • getDefaultValueExpression

      String getDefaultValueExpression()
    • getGetterModifiers

      int getGetterModifiers()
    • getSetterModifiers

      int getSetterModifiers()
    • isReadOnly

      boolean isReadOnly()
    • isBound

      boolean isBound()
    • isConstrained

      boolean isConstrained()