Interface Attr_type.Owner

All Known Implementing Classes:
Element_a, Element_link, Element_object, Element_param
Enclosing class:
Attr_type

public static interface Attr_type.Owner
  • Method Details

    • getAttr_type

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

      @Undocumented Attr_type readAttr_type()
      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_type() must be used.)