Interface IAttributeValue<D>

    • Method Detail

      • getValue

        D getValue()
        Returns:
        The value of this attribute value.
      • setValue

        void setValue​(D value)
        Parameters:
        value - The value of this attribute value.
      • getType

        IAttributeType<D> getType()
        Returns:
        The type of this attribute value.