Interface CoreAttributeAccessor

    • Method Detail

      • getAttributeClass

        Class getAttributeClass()
        Return the class type of the attribute.
      • getAttributeName

        String getAttributeName()
        INTERNAL: Return the attribute name.
      • getAttributeValueFromObject

        Object getAttributeValueFromObject​(Object object)
        Return the attribute value from the object.
      • isInstanceVariableAttributeAccessor

        boolean isInstanceVariableAttributeAccessor()
      • isMethodAttributeAccessor

        boolean isMethodAttributeAccessor()
      • isWriteOnly

        boolean isWriteOnly()
        INTERNAL:
        Returns:
      • setAttributeValueInObject

        void setAttributeValueInObject​(Object object,
                                       Object value)
        Set the attribute value into the object.
      • setIsReadOnly

        void setIsReadOnly​(boolean aBoolean)
        INTERNAL
        Parameters:
        aBoolean -
      • setIsWriteOnly

        void setIsWriteOnly​(boolean aBoolean)