Interface Attr_checked.Owner

All Known Implementing Classes:
Element_input
Enclosing class:
Attr_checked

public static interface Attr_checked.Owner
  • Method Details

    • getAttr_checked

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

      @Undocumented Attr_checked readAttr_checked()
      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_checked() must be used.)