OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.Version
Implementsosid.OsidPrimitive
Description

A Version represents a version in a scheme.

MethodgetScheme
Description

Gets the versioining scheme as a type.

Returnosid.type.Typethe versioning scheme type
CompliancemandatoryThis method must be implemented.
MethodgetComponents
Description

Gets the components of the version. In a major.minor[.maintenance[.build]] scheme, an example is {3, 0, 0}.

Returnstring[]the version components
CompliancemandatoryThis method must be implemented.