Interface RegexProperty

  • All Superinterfaces:
    org.gcube.informationsystem.base.reference.Element, GCubeProperty, 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)