Interface AttributedObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Object> attributes()
      Internal method for dynamic attribute support.
      java.lang.Object get​(int index)
      Internal method for dynamic attribute support.
      void set​(int index, java.lang.Object obj)
      Internal method for dynamic attribute support.
    • Method Detail

      • get

        java.lang.Object get​(int index)
        Internal method for dynamic attribute support. Return the value of the attribute at index. If the attribute at index is not set, set it to the default value and return the default.
      • set

        void set​(int index,
                 java.lang.Object obj)
        Internal method for dynamic attribute support. Set the attribute at index to obj.
      • attributes

        java.util.List<java.lang.Object> attributes()
        Internal method for dynamic attribute support. Return all attributes for this node (may be null).