Uses of Interface
co.yellowdog.platform.model.AttributeValue
Packages that use AttributeValue
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AttributeValue in co.yellowdog.platform.model
Classes in co.yellowdog.platform.model that implement AttributeValueMethods in co.yellowdog.platform.model that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionList
<@NotNull @Valid AttributeValue<?>> ComputeSourceTemplate.getAttributes()
Method parameters in co.yellowdog.platform.model with type arguments of type AttributeValueModifier and TypeMethodDescriptionComputeSourceTemplate.Builder.attributes
(List<@NotNull @Valid AttributeValue<?>> attributes) void
ComputeSourceTemplate.setAttributes
(List<@NotNull @Valid AttributeValue<?>> attributes)