|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version.Level | |
---|---|
com.sibvisions.util | Contains library independent utility classes. |
Uses of Version.Level in com.sibvisions.util |
---|
Methods in com.sibvisions.util that return Version.Level | |
---|---|
Version.Level |
Version.getLevel()
Gets the level of the last significant sequence, e.g. 2.0.1 will return Build . |
static Version.Level |
Version.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Version.Level[] |
Version.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sibvisions.util with parameters of type Version.Level | |
---|---|
int |
Version.compareTo(Version pVersion,
Version.Level pLevel)
Compares this version with another version. |
long |
Version.toNumber(Version.Level pLevel)
Gets the number representation of the version. |
java.lang.String |
Version.toString(Version.Level pLevel)
Gets a version for given level. |
java.lang.String |
Version.toString(Version.Level pLevel,
boolean pShort)
Gets a version string with all sequences up-to the given level. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |