Uses of Class
org.cyclonedx.model.Composition.Aggregate
-
Packages that use Composition.Aggregate Package Description org.cyclonedx.model -
-
Uses of Composition.Aggregate in org.cyclonedx.model
Fields in org.cyclonedx.model declared as Composition.Aggregate Modifier and Type Field Description private Composition.AggregateComposition. aggregateMethods in org.cyclonedx.model that return Composition.Aggregate Modifier and Type Method Description Composition.AggregateComposition. getAggregate()static Composition.AggregateComposition.Aggregate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Composition.Aggregate[]Composition.Aggregate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model with parameters of type Composition.Aggregate Modifier and Type Method Description voidComposition. setAggregate(Composition.Aggregate aggregate)
-