Uses of Class
org.spdx.library.model.enumerations.RelationshipType
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.model.enumerations |
This package contains all the enumerations used in the SPDX model.
|
-
Uses of RelationshipType in org.spdx.library.model
Methods in org.spdx.library.model that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationship. getRelationshipType()RelationshipTypeRelatedElementCollection. getRelationshipTypeFilter()Methods in org.spdx.library.model with parameters of type RelationshipType Modifier and Type Method Description RelationshipModelObject. createRelationship(SpdxElement relatedElement, RelationshipType relationshipType, String comment)RelationshipRelationship. setRelationshipType(RelationshipType type)Set the relationship typeConstructors in org.spdx.library.model with parameters of type RelationshipType Constructor Description RelatedElementCollection(SpdxElement owningElement, RelationshipType relationshipTypeFilter)RelatedElementCollection(SpdxElement owningElement, RelationshipType relationshipTypeFilter, String relatedElementTypeFilter) -
Uses of RelationshipType in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return RelationshipType Modifier and Type Method Description static RelationshipTypeRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipType[]RelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.