Uses of Interface
co.yellowdog.platform.model.AttributeConstraint
Packages that use AttributeConstraint
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AttributeConstraint in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model that implement AttributeConstraintModifier and TypeClassDescriptionclass
class
Methods in co.yellowdog.platform.model that return types with arguments of type AttributeConstraintModifier and TypeMethodDescriptionList
<@NotNull @Valid AttributeConstraint> ComputeRequirementDynamicTemplate.getConstraints()
Methods in co.yellowdog.platform.model with parameters of type AttributeConstraintModifier and TypeMethodDescriptionComputeRequirementDynamicTemplate.Builder.constraint
(AttributeConstraint constraint) Method parameters in co.yellowdog.platform.model with type arguments of type AttributeConstraintModifier and TypeMethodDescriptionComputeRequirementDynamicTemplate.Builder.constraints
(List<@NotNull @Valid AttributeConstraint> constraints) void
ComputeRequirementDynamicTemplate.setConstraints
(List<@NotNull @Valid AttributeConstraint> constraints)