| Package | Description |
|---|---|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Annotation.AnnotationType,String> |
Annotation.ANNOTATION_TYPE_TO_TAG
Deprecated.
|
static Map<String,Annotation.AnnotationType> |
Annotation.TAG_TO_ANNOTATION_TYPE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Annotation.AnnotationType |
Annotation.AnnotationType.fromTag(String tag) |
Annotation.AnnotationType |
Annotation.getAnnotationType() |
static Annotation.AnnotationType |
Annotation.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Annotation.setAnnotationType(Annotation.AnnotationType annotationType) |
| Constructor and Description |
|---|
Annotation(String annotator,
Annotation.AnnotationType annotationType,
String date,
String comment) |
Copyright © 2018 Linux Foundation. All Rights Reserved.