Interface HasType<T extends HasType<T>>

    • Method Detail

      • set

        T set​(Type type)
        Sets the type of this model.
        Parameters:
        type - the new type
        Returns:
        a reference to this
      • getType

        Type getType()
        Returns the type of this model.
        Returns:
        the type