Packageorg.coretween
Classpublic class Version
InheritanceVersion Inheritance Object



Public Properties
 PropertyDefined By
  COPYRIGHT : String = Copyright (c) 2007 by Northern Binary. All rights (r) reserved 2007. Licenced under GNU Genral Public Licence (GPL).
[static]
Version
  MAJOR : uint = 1
[static]
Version
  MINOR : uint = 0
[static]
Version
  RELEASE : String = rc1
[static]
Version
  REVISION : uint = 0
[static]
Version
Public Methods
 MethodDefined By
  
Version class constructor.
Version
  
toString():String
[static]
Version
Property Detail
COPYRIGHTproperty
public static var COPYRIGHT:String = Copyright (c) 2007 by Northern Binary. All rights (r) reserved 2007. Licenced under GNU Genral Public Licence (GPL).

MAJORproperty 
public static var MAJOR:uint = 1

MINORproperty 
public static var MINOR:uint = 0

RELEASEproperty 
public static var RELEASE:String = rc1

REVISIONproperty 
public static var REVISION:uint = 0

Constructor Detail
Version()Constructor
public function Version()

Version class constructor. This constructor is private to prevent instantiation.

Method Detail
toString()method
public static function toString():String

Returns
String