Interface QAccessor

  • All Known Implementing Classes:
    QAArrayList, QAccessMethod, QAConstant, QAVariable

    public interface QAccessor
    Provides read/write methods to access Java variable, constant, parameter or object field, which QValue is bound to.

    In the moment it is used only for QBoundType implementations, which in turn are used in QPrimitiveValue

    • Method Detail

      • getFieldDescription

        java.lang.String getFieldDescription()
      • getFieldName

        java.lang.String getFieldName()
      • getSchemaFieldName

        java.lang.String getSchemaFieldName()
      • getFieldType

        java.lang.Class getFieldType()