Uses of Class
org.spdx.rdfparser.model.Relationship.RelationshipType
| Package | Description |
|---|---|
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of Relationship.RelationshipType in org.spdx.rdfparser.model
Methods in org.spdx.rdfparser.model that return Relationship.RelationshipType Modifier and Type Method Description static Relationship.RelationshipTypeRelationship.RelationshipType. fromString(String rdfString)static Relationship.RelationshipTypeRelationship.RelationshipType. fromTag(String tag)Relationship.RelationshipTypeRelationship. getRelationshipType()static Relationship.RelationshipTypeRelationship.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.Methods in org.spdx.rdfparser.model with parameters of type Relationship.RelationshipType Modifier and Type Method Description voidRelationship. setRelationshipType(Relationship.RelationshipType relationshipType)Constructors in org.spdx.rdfparser.model with parameters of type Relationship.RelationshipType Constructor Description Relationship(SpdxElement relatedSpdxElement, Relationship.RelationshipType relationshipType, String comment)