com.fluendo.jheora
Class Version

java.lang.Object
  extended by com.fluendo.jheora.Version

public class Version
extends java.lang.Object


Field Summary
static int VERSION_MAJOR
           
static int VERSION_MINOR
           
static int VERSION_SUB
           
 
Constructor Summary
Version()
           
 
Method Summary
static int getVersionNumber()
           
static java.lang.String getVersionString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_MAJOR

public static final int VERSION_MAJOR
See Also:
Constant Field Values

VERSION_MINOR

public static final int VERSION_MINOR
See Also:
Constant Field Values

VERSION_SUB

public static final int VERSION_SUB
See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

getVersionString

public static java.lang.String getVersionString()

getVersionNumber

public static int getVersionNumber()