Uses of Class
org.spdx.rdfparser.model.Annotation.AnnotationType
| Package | Description |
|---|---|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of Annotation.AnnotationType in org.spdx.rdfparser.model
Fields in org.spdx.rdfparser.model with type parameters of type Annotation.AnnotationType Modifier and Type Field Description static Map<Annotation.AnnotationType,String>Annotation. ANNOTATION_TYPE_TO_TAGDeprecated.static Map<String,Annotation.AnnotationType>Annotation. TAG_TO_ANNOTATION_TYPEDeprecated.Methods in org.spdx.rdfparser.model that return Annotation.AnnotationType Modifier and Type Method Description static Annotation.AnnotationTypeAnnotation.AnnotationType. fromTag(String tag)Annotation.AnnotationTypeAnnotation. getAnnotationType()static Annotation.AnnotationTypeAnnotation.AnnotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static Annotation.AnnotationType[]Annotation.AnnotationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.rdfparser.model with parameters of type Annotation.AnnotationType Modifier and Type Method Description voidAnnotation. setAnnotationType(Annotation.AnnotationType annotationType)Constructors in org.spdx.rdfparser.model with parameters of type Annotation.AnnotationType Constructor Description Annotation(String annotator, Annotation.AnnotationType annotationType, String date, String comment)