Uses of Enum
org.spdx.library.model.enumerations.AnnotationType
Packages that use AnnotationType
Package
Description
Copyright (c) 2019 Source Auditor Inc.
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 AnnotationTypeMethods in org.spdx.library.model with parameters of type AnnotationTypeModifier and TypeMethodDescriptionModelObject.createAnnotation(String annotator, AnnotationType annotationType, String date, String comment) Annotation.setAnnotationType(AnnotationType type) -
Uses of AnnotationType in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return AnnotationTypeModifier and TypeMethodDescriptionstatic AnnotationTypeReturns 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.