Class AttributeAccessor

    • Field Detail

      • attributeName

        protected java.lang.String attributeName
        Stores the name of the attribute
      • isWriteOnly

        protected boolean isWriteOnly
      • isReadOnly

        protected boolean isReadOnly
    • Constructor Detail

      • AttributeAccessor

        public AttributeAccessor()
    • Method Detail

      • clone

        public java.lang.Object clone()
        INTERNAL: Clones itself.
        Overrides:
        clone in class java.lang.Object
      • setAttributeName

        public void setAttributeName​(java.lang.String attributeName)
        INTERNAL: Set the attribute name.
      • isInitialized

        public boolean isInitialized()
        Returns true if this attribute accessor has been initialized and now stores a reference to the class's attribute. An attribute accessor can become uninitialized on serialization.
      • isMapValueAttributeAccessor

        public boolean isMapValueAttributeAccessor()
      • isValuesAccessor

        public boolean isValuesAccessor()
      • isVirtualAttributeAccessor

        public boolean isVirtualAttributeAccessor()
      • isReadOnly

        public boolean isReadOnly()
        INTERNAL
        Returns: