Uses of Class
org.cyclonedx.model.component.evidence.Method.Technique
-
Packages that use Method.Technique Package Description org.cyclonedx.model.component.evidence -
-
Uses of Method.Technique in org.cyclonedx.model.component.evidence
Fields in org.cyclonedx.model.component.evidence declared as Method.Technique Modifier and Type Field Description private Method.TechniqueMethod. techniqueMethods in org.cyclonedx.model.component.evidence that return Method.Technique Modifier and Type Method Description Method.TechniqueMethod. getTechnique()static Method.TechniqueMethod.Technique. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Method.Technique[]Method.Technique. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model.component.evidence with parameters of type Method.Technique Modifier and Type Method Description voidMethod. setTechnique(Method.Technique technique)
-