Uses of Class
org.gcube.resourcemanagement.model.reference.properties.utilities.Validation
Packages that use Validation
Package
Description
Common properties used across the gcube model.
-
Uses of Validation in org.gcube.resourcemanagement.model.reference.properties
Methods in org.gcube.resourcemanagement.model.reference.properties that return ValidationModifier and TypeMethodDescriptionEnumStringProperty.SetStringValidator.validate(EnumStringProperty property) default ValidationEnumStringProperty.validate()Applies this validation to the property.RegexProperty.RegexValidator.validate(RegexProperty property) Applies this validation to the given property.default ValidationRegexProperty.validate()Applies this validation to the property.ValueSchema.SchemaValidator.validate(ValueSchema property) Applies this validation to the given property.default ValidationValueSchema.validate()Applies this validation to the property. -
Uses of Validation in org.gcube.resourcemanagement.model.reference.properties.utilities
Methods in org.gcube.resourcemanagement.model.reference.properties.utilities that return ValidationModifier and TypeMethodDescriptionstatic ValidationCreates a failed validation.static ValidationCreates a successful validation.Applies this validation to the given property.ValidatedTypedProperty.validate()Applies this validation to the property.