final case class SilkVersion(toInt: Int) extends AnyVal with Product with Serializable
A SiLK version number, as represented by an Int value encoding the major version, minor version, and patch numbers.
- toInt
The int value representing this SiLK version.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SilkVersion
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SilkVersion(toInt: Int)
- toInt
The int value representing this SiLK version.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val toInt: Int
-
def
toString(): String
- Definition Classes
- SilkVersion → Any