Uses of Class
co.yellowdog.platform.model.NumericAttributeRange
Packages that use NumericAttributeRange
Package
Description
Provides the types that define the YellowDog Platform data model.
Provides custom validators containing extended validation logic for certain model types
-
Uses of NumericAttributeRange in co.yellowdog.platform.model
Subclasses with type arguments of type NumericAttributeRange in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new NumericAttributeRange that is automatically validated on build.Methods in co.yellowdog.platform.model that return NumericAttributeRangeModifier and TypeMethodDescriptionNumericAttributeRange.Builder.buildUnchecked()
NumericAttributeDefinition.getRange()
Methods in co.yellowdog.platform.model with parameters of type NumericAttributeRangeModifier and TypeMethodDescriptionNumericAttributeDefinition.Builder.range
(NumericAttributeRange range) void
NumericAttributeDefinition.setRange
(NumericAttributeRange range) -
Uses of NumericAttributeRange in co.yellowdog.platform.model.validation.customvalidators
Subclasses with type arguments of type NumericAttributeRange in co.yellowdog.platform.model.validation.customvalidators