Interface | osid.installation.Version | ||
---|---|---|---|
Implements | osid.OsidPrimitive | ||
Description |
A | ||
Method | getScheme | ||
Description |
Gets the versioining scheme as a type. | ||
Return | osid.type.Type | the versioning scheme type | |
Compliance | mandatory | This method must be implemented. | |
Method | getComponents | ||
Description |
Gets the components of the version. In a major.minor[.maintenance[.build]] scheme, an example is {3, 0, 0}. | ||
Return | string[] | the version components | |
Compliance | mandatory | This method must be implemented. |