Interface ValidatedTypedProperty<T,V>
- All Superinterfaces:
TypedProperty<T,V>
- All Known Subinterfaces:
EnumStringProperty,RegexProperty,ValueSchema
- All Known Implementing Classes:
EnumStringPropertyImpl,RegexPropertyImpl,ValueSchemaImpl
A
TypedProperty that can be validated.- Author:
- Manuele Simi (ISTI CNR)
-
Method Summary
Methods inherited from interface org.gcube.resourcemanagement.model.reference.properties.utilities.TypedProperty
getSchema, getValue, setSchema, setValue
-
Method Details
-
validate
Validation validate()Applies this validation to the property.- Returns:
- the validation result
-