Interface Attr_rev.Owner

All Known Implementing Classes:
Element_a, Element_link
Enclosing class:
Attr_rev

public static interface Attr_rev.Owner
  • Method Details

    • getAttr_rev

      @Undocumented Attr_rev getAttr_rev()
      Returns:
      an implementation of that Attribute, the value of which can be read and written.
      (If only read access is needed, readAttr_rev() should be used.)
    • readAttr_rev

      @Undocumented Attr_rev readAttr_rev()
      Returns:
      an implementation of that Attribute, the value of which can be read, but is not guaranteed to be writable.
      (If write access is needed, getAttr_rev() must be used.)