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 TypeClassDescriptionclassclassMethods 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) voidComputeRequirementDynamicTemplate.setConstraints(List<@NotNull @Valid AttributeConstraint> constraints)