Interface EnumStringProperty

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<Set<String>,String>, ValidatedTypedProperty<Set<String>,String>
All Known Implementing Classes:
EnumStringPropertyImpl

@TypeMetadata(name="EnumStringProperty", description="Enum String Property", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface EnumStringProperty extends GCubeProperty, ValidatedTypedProperty<Set<String>,String>
A string property validated against a set of accepted values.
Author:
Manuele Simi (ISTI - CNR), Luca Frosini (ISTI - CNR)
  • Nested Class Summary

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    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
    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

    Methods inherited from interface org.gcube.resourcemanagement.model.reference.properties.utilities.TypedProperty

    getSchema, getValue, setSchema, setValue