Uses of Class
org.spdx.core.NotEquivalentReason.NotEquivalent
-
Packages that use NotEquivalentReason.NotEquivalent Package Description org.spdx.core Common classes used by the SPDX model and library -
-
Uses of NotEquivalentReason.NotEquivalent in org.spdx.core
Methods in org.spdx.core that return NotEquivalentReason.NotEquivalent Modifier and Type Method Description NotEquivalentReason.NotEquivalent
NotEquivalentReason. getReason()
static NotEquivalentReason.NotEquivalent
NotEquivalentReason.NotEquivalent. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotEquivalentReason.NotEquivalent[]
NotEquivalentReason.NotEquivalent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.core with parameters of type NotEquivalentReason.NotEquivalent Modifier and Type Method Description void
NotEquivalentReason. setReason(NotEquivalentReason.NotEquivalent reason)
Constructors in org.spdx.core with parameters of type NotEquivalentReason.NotEquivalent Constructor Description NotEquivalentReason(NotEquivalentReason.NotEquivalent reason)
Constructs a NotEquivalentReason with the specified reason.NotEquivalentReason(NotEquivalentReason.NotEquivalent reason, PropertyDescriptor property)
Constructs a NotEquivalentReason with the specified reason and property.
-