Package org.spdx.utility.compare
Class SpdxExternalRefDifference
- java.lang.Object
-
- org.spdx.utility.compare.SpdxExternalRefDifference
-
public class SpdxExternalRefDifference extends Object
Contains information on differences between two different External Refs.- Author:
- Gary O'Neall
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.spdx.library.model.v2.enumerations.ReferenceCategory
getCatA()
org.spdx.library.model.v2.enumerations.ReferenceCategory
getCatB()
String
getCommentA()
String
getCommentB()
String
getReferenceLocator()
org.spdx.library.model.v2.ReferenceType
getReferenceType()
boolean
isCommentsEqual()
boolean
isReferenceCategoriesEqual()
-
-
-
Method Detail
-
isCommentsEqual
public boolean isCommentsEqual()
-
isReferenceCategoriesEqual
public boolean isReferenceCategoriesEqual()
-
getCommentA
public String getCommentA()
- Returns:
- the commentA
-
getCommentB
public String getCommentB()
- Returns:
- the commentB
-
getCatA
public org.spdx.library.model.v2.enumerations.ReferenceCategory getCatA()
- Returns:
- the catA
-
getCatB
public org.spdx.library.model.v2.enumerations.ReferenceCategory getCatB()
- Returns:
- the catB
-
getReferenceLocator
public String getReferenceLocator()
- Returns:
- the referenceLocator
-
getReferenceType
public org.spdx.library.model.v2.ReferenceType getReferenceType()
- Returns:
- the referenceType
-
-