Schnittstelle ElementFlags


public interface ElementFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    the element can use an index
    static final int
    offset to define more flags
    static final int
    ignore state changes from parent
    static final int
    the element can provide a clock
    static final int
    the element requires a clock
    static final int
    the element is a sink
    static final int
    the element is a source.
  • Felddetails

    • LOCKED_STATE

      static final int LOCKED_STATE
      ignore state changes from parent
      Siehe auch:
    • SINK

      static final int SINK
      the element is a sink
      Siehe auch:
    • SOURCE

      static final int SOURCE
      the element is a source.
      Siehe auch:
    • PROVIDE_CLOCK

      static final int PROVIDE_CLOCK
      the element can provide a clock
      Siehe auch:
    • REQUIRE_CLOCK

      static final int REQUIRE_CLOCK
      the element requires a clock
      Siehe auch:
    • INDEXABLE

      static final int INDEXABLE
      the element can use an index
      Siehe auch:
    • LAST

      static final int LAST
      offset to define more flags
      Siehe auch: