Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.utilities.ValidatedTypedProperty
-
Packages that use ValidatedTypedProperty 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. -
-
Uses of ValidatedTypedProperty in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement ValidatedTypedProperty Modifier and Type Class Description classEnumStringPropertyImplImplementation forEnumStringProperty.classRegexPropertyImplImplementation forRegexProperty.classValueSchemaImplA property with anURIas value -
Uses of ValidatedTypedProperty in org.gcube.resourcemanagement.model.reference.properties
Subinterfaces of ValidatedTypedProperty 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.
-