Interface Attributable<P extends PlainAttr<?>>

    • Method Detail

      • add

        boolean add​(P attr)
      • remove

        boolean remove​(P attr)
      • getPlainAttr

        Optional<? extends P> getPlainAttr​(String plainSchema)
        Returns the plain attribute for this instance and the given schema name.s
        Parameters:
        plainSchema - plain schema name
        Returns:
        plain attribute for this instance and the given schema name
      • getPlainAttrs

        List<? extends P> getPlainAttrs()
        Returns the plain attributes for this instance.
        Returns:
        plain attribute for this instance