Package clusterless.commons.naming
Class Version
- java.lang.Object
-
- clusterless.commons.naming.Fixed
-
- clusterless.commons.naming.Version
-
- All Implemented Interfaces:
Label
,java.io.Serializable
public class Version extends Fixed
Version is aFixed
value that represents a version.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface clusterless.commons.naming.Label
Label.EnumLabel
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Version(java.lang.String value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Version
of(java.lang.String version)
static Version
versionNull()
-
Methods inherited from class clusterless.commons.naming.Fixed
camelCase, camelCasePath, fixedNull, lowerColonPath, lowerHyphen, lowerHyphenPath, lowerUnderscore, shortLowerHyphen, shortLowerUnderscore, toString, upperUnderscore, value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface clusterless.commons.naming.Label
abbreviated, abbreviated, becomeLabel, compareTo, having, isNull, lowerCamelCase, lowerHyphenPath, shortCamelCase, thisIfNull, upperOnly, with
-
-
-
-
Constructor Detail
-
Version
protected Version(java.lang.String value)
-
-
Method Detail
-
versionNull
public static Version versionNull()
-
-