| Package | Description |
|---|---|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Relationship.RelationshipType,String> |
Relationship.RELATIONSHIP_TYPE_TO_TAG
Deprecated.
|
static Map<String,Relationship.RelationshipType> |
Relationship.TAG_TO_RELATIONSHIP_TYPE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Relationship.RelationshipType |
Relationship.RelationshipType.fromTag(String tag) |
Relationship.RelationshipType |
Relationship.getRelationshipType() |
static Relationship.RelationshipType |
Relationship.RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Relationship.RelationshipType[] |
Relationship.RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Relationship.setRelationshipType(Relationship.RelationshipType relationshipType) |
| Constructor and Description |
|---|
Relationship(SpdxElement relatedSpdxElement,
Relationship.RelationshipType relationshipType,
String comment) |
Copyright © 2016 Linux Foundation. All Rights Reserved.