public interface Version extends ComparableAndCoercible<Version>, Serializable
Modifier and Type | Method and Description |
---|---|
int |
getIncrementalVersion()
Returns the incremental version, e.g.
|
String |
getIncrementalVersionModifier()
Returns the incremental version modifier, e.g.
|
int |
getIncrementalVersionModifierNumber()
Returns the incremental version modifier number, e.g.
|
VersionPart |
getIncrementalVersionNamePart()
Returns the version part which relates to the incremental portion of the version, so
if the Version was "1.2.3" this would return a version part that relates to "3".
|
int |
getMajorVersion()
Returns the major version, e.g.
|
String |
getMajorVersionModifier()
Returns the major version modifier, e.g.
|
int |
getMajorVersionModifierNumber()
Returns the major version modifier number, e.g.
|
VersionPart |
getMajorVersionNamePart()
Returns the version part which relates to the major portion of the version, so if
if the Version was "1.2" this would return a version part that relates to "1".
|
int |
getMinorVersion()
Returns the minor version, e.g.
|
String |
getMinorVersionModifier()
Returns the minor version modifier, e.g.
|
int |
getMinorVersionModifierNumber()
Returns the minor version modifier number, e.g.
|
VersionPart |
getMinorVersionNamePart()
Returns the version part which relates to the minor portion of the version, so if
if the Version was "1.2" this would return a version part that relates to "2".
|
String |
getName()
Returns a string representation of the version, e.g.
|
coerce
compareTo
String getName()
int getMinorVersion()
String getMinorVersionModifier()
int getMinorVersionModifierNumber()
VersionPart getMinorVersionNamePart()
int getMajorVersion()
String getMajorVersionModifier()
int getMajorVersionModifierNumber()
VersionPart getMajorVersionNamePart()
int getIncrementalVersion()
String getIncrementalVersionModifier()
int getIncrementalVersionModifierNumber()
VersionPart getIncrementalVersionNamePart()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries