Uses of Class
org.spdx.library.model.enumerations.AnnotationType
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.model.enumerations |
This package contains all the enumerations used in the SPDX model.
|
-
Uses of AnnotationType in org.spdx.library.model
Methods in org.spdx.library.model that return AnnotationType Modifier and Type Method Description AnnotationTypeAnnotation. getAnnotationType()Methods in org.spdx.library.model with parameters of type AnnotationType Modifier and Type Method Description AnnotationModelObject. createAnnotation(String annotator, AnnotationType annotationType, String date, String comment)AnnotationAnnotation. setAnnotationType(AnnotationType type) -
Uses of AnnotationType in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return AnnotationType Modifier and Type Method Description static AnnotationTypeAnnotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationType[]AnnotationType. values()Returns an array containing the constants of this enum type, in the order they are declared.