Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.utilities.TypedProperty
-
Packages that use TypedProperty Package Description org.gcube.resourcemanagement.model.impl.properties Implementation of common properties used across the gcube model.org.gcube.resourcemanagement.model.reference.properties Common properties used across the gcube model.org.gcube.resourcemanagement.model.reference.properties.utilities -
-
Uses of TypedProperty in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement TypedProperty Modifier and Type Class Description classEnumStringPropertyImplImplementation forEnumStringProperty.classRegexPropertyImplImplementation forRegexProperty.classValueSchemaImplA property with anURIas value -
Uses of TypedProperty in org.gcube.resourcemanagement.model.reference.properties
Subinterfaces of TypedProperty in org.gcube.resourcemanagement.model.reference.properties Modifier and Type Interface Description interfaceEnumStringPropertyA string property validated against a set of accepted values.interfaceRegexPropertyA property validated with a regular expression.interfaceValueSchemaThis type aims at exposing a value which can be automatically managed by any client with no knowledge of its format. -
Uses of TypedProperty in org.gcube.resourcemanagement.model.reference.properties.utilities
Classes in org.gcube.resourcemanagement.model.reference.properties.utilities with type parameters of type TypedProperty Modifier and Type Interface Description interfacePropertyValidator<P extends TypedProperty<?,?>>Validator forTypedPropertys.Subinterfaces of TypedProperty in org.gcube.resourcemanagement.model.reference.properties.utilities Modifier and Type Interface Description interfaceValidatedTypedProperty<T,V>ATypedPropertythat can be validated.
-