Interface Attr_selected.Owner

All Known Implementing Classes:
Element_option
Enclosing class:
Attr_selected

public static interface Attr_selected.Owner
  • Method Details

    • getAttr_selected

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

      @Undocumented Attr_selected readAttr_selected()
      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_selected() must be used.)