OSID Logo
OSID Specifications
installation package
Version 3.1.0
Interfaceosid.installation.Version
Implementsosid.OsidPrimitive
Used Byosid.Metadata
osid.OsidProfile
osid.configuration.Value
osid.control.Controller
osid.installation.InstallationPackage
osid.search.terms.VersionRangeTerm
osid.search.terms.VersionTerm
Description

A Version represents a version in a scheme.

MethodgetScheme
Description

Gets the versioining scheme as a type.

Returnosid.type.Type the versioning scheme type
Compliancemandatory This 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
Compliancemandatory This method must be implemented.