Uses of Enum Class
org.cyclonedx.model.license.Acknowledgement
Packages that use Acknowledgement
-
Uses of Acknowledgement in org.cyclonedx.model
Methods in org.cyclonedx.model that return AcknowledgementMethods in org.cyclonedx.model with parameters of type AcknowledgementModifier and TypeMethodDescriptionvoidLicense.setAcknowledgement(Acknowledgement acknowledgement) -
Uses of Acknowledgement in org.cyclonedx.model.license
Subclasses with type arguments of type Acknowledgement in org.cyclonedx.model.licenseMethods in org.cyclonedx.model.license that return AcknowledgementModifier and TypeMethodDescriptionstatic AcknowledgementAcknowledgement.fromString(String text) Expression.getAcknowledgement()static AcknowledgementReturns the enum constant of this class with the specified name.static Acknowledgement[]Acknowledgement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cyclonedx.model.license with parameters of type AcknowledgementModifier and TypeMethodDescriptionvoidExpression.setAcknowledgement(Acknowledgement acknowledgement)