Interface ValidatedTypedProperty<T,V>

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

public interface ValidatedTypedProperty<T,V> extends TypedProperty<T,V>
A TypedProperty that can be validated.
Author:
Manuele Simi (ISTI CNR)
  • Method Details

    • validate

      Validation validate()
      Applies this validation to the property.
      Returns:
      the validation result