Uses of Class
org.spdx.core.SpdxCoreConstants.SpdxMajorVersion
-
Packages that use SpdxCoreConstants.SpdxMajorVersion Package Description org.spdx.core Common classes used by the SPDX model and library -
-
Uses of SpdxCoreConstants.SpdxMajorVersion in org.spdx.core
Methods in org.spdx.core that return SpdxCoreConstants.SpdxMajorVersion Modifier and Type Method Description static SpdxCoreConstants.SpdxMajorVersion
SpdxCoreConstants.SpdxMajorVersion. latestVersion()
Returns the latest major version of the SPDX specification.static SpdxCoreConstants.SpdxMajorVersion
SpdxCoreConstants.SpdxMajorVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpdxCoreConstants.SpdxMajorVersion[]
SpdxCoreConstants.SpdxMajorVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-