Interface TypedProperty<T,V>
- 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 Summary
-
Method Details
-
getValue
V getValue()Gets the value of the property.- Returns:
- the value
-
setValue
Sets the value of the property.- Parameters:
value- the new value
-
getSchema
T getSchema()Gets the schema of the property.- Returns:
- the schema
-
setSchema
Sets the schema of the property.- Parameters:
type- the new schema
-