All Superinterfaces:
org.gcube.informationsystem.base.reference.Element, GCubeProperty, org.gcube.informationsystem.model.reference.ModelElement, org.gcube.informationsystem.model.reference.properties.Property, org.gcube.informationsystem.base.reference.properties.PropertyElement, org.gcube.informationsystem.base.reference.SchemaMixedElement, Serializable, TypedProperty<String,String>, ValidatedTypedProperty<String,String>
All Known Implementing Classes:
RegexPropertyImpl

@TypeMetadata(name="RegexProperty", description="A property validated with a regular expression.", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface RegexProperty extends GCubeProperty, ValidatedTypedProperty<String,String>
A property validated with a regular expression.
Author:
Manuele Simi (ISTI - CNR), Luca Frosini (ISTI - CNR)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Validator for RegexProperty properties.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name associated with this property

    Fields inherited from interface org.gcube.informationsystem.base.reference.Element

    DATETIME_PATTERN, TYPE_PROPERTY

    Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement

    EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a default instance of RegexProperty
    Gets the schema of the property.
    Gets the value of the property.
    void
    Sets the schema of the property.
    void
    Sets the value of the property.
    default Validation
    Applies this validation to the property.

    Methods inherited from interface org.gcube.informationsystem.base.reference.Element

    getTypeName

    Methods inherited from interface org.gcube.informationsystem.model.reference.ModelElement

    getExpectedtype, getSupertypes

    Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property

    getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty