Package org.dmg.pmml

Interface HasId<E extends PMMLObject & HasId<E,​V>,​V>

    • Method Detail

      • getId

        V getId()
        Returns:
        The value of the id attribute. Could be null.
      • setId

        E setId​(V id)