Interface TypedProperty<T,​V>

    • Method Detail

      • getValue

        V getValue()
        Gets the value of the property.
        Returns:
        the value
      • setValue

        void setValue​(V value)
        Sets the value of the property.
        Parameters:
        value - the new value
      • getSchema

        T getSchema()
        Gets the schema of the property.
        Returns:
        the schema
      • setSchema

        void setSchema​(T type)
        Sets the schema of the property.
        Parameters:
        type - the new schema