All Known Subinterfaces:
EnumStringProperty, RegexProperty, ValidatedTypedProperty<T,V>, ValueSchema
All Known Implementing Classes:
EnumStringPropertyImpl, RegexPropertyImpl, ValueSchemaImpl

public interface TypedProperty<T,V>
Author:
Manuele Simi (ISTI - CNR)
  • Method Details

    • getValue

      V getValue()
    • setValue

      void setValue(V value)
    • getSchema

      T getSchema()
    • setSchema

      void setSchema(T type)