| Package | Description |
|---|---|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
| Modifier and Type | Method and Description |
|---|---|
static Relationship.RelationshipType |
Relationship.RelationshipType.fromString(String rdfString) |
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 © 2017 Linux Foundation. All Rights Reserved.