public interface Version extends OsidPrimitive, Version
A Version
represents a version in a scheme.
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getComponents()
Gets the components of the version.
|
Type |
getScheme()
Gets the versioining scheme as a type.
|
compareTo, equals, hashCode, isExclusive, isInclusive, isNewer, isOlder
toString
Type getScheme()
mandatory
- This method must be implemented. java.lang.String[] getComponents()
mandatory
- This method must be implemented.