Interface Attr_multiple.Owner

All Known Implementing Classes:
Element_select
Enclosing class:
Attr_multiple

public static interface Attr_multiple.Owner
  • Method Details

    • getAttr_multiple

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

      @Undocumented Attr_multiple readAttr_multiple()
      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_multiple() must be used.)