Interface Attr_rel.Owner

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

public static interface Attr_rel.Owner
  • Method Details

    • getAttr_rel

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

      @Undocumented Attr_rel readAttr_rel()
      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_rel() must be used.)