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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetSchema()VgetValue()voidsetSchema(T type)voidsetValue(V value)
-