Uses of Enum
org.spdx.library.model.enumerations.RelationshipType
Packages that use RelationshipType
Package
Description
Copyright (c) 2019 Source Auditor Inc.
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 RelationshipTypeModifier and TypeMethodDescriptionRelationship.getRelationshipType()RelatedElementCollection.getRelationshipTypeFilter()Methods in org.spdx.library.model with parameters of type RelationshipTypeModifier and TypeMethodDescriptionModelObject.createRelationship(SpdxElement relatedElement, RelationshipType relationshipType, String comment) Relationship.setRelationshipType(RelationshipType type) Set the relationship typeConstructors in org.spdx.library.model with parameters of type RelationshipTypeModifierConstructorDescriptionRelatedElementCollection(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 RelationshipTypeModifier and TypeMethodDescriptionstatic RelationshipTypeReturns 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.