| Property | Defined By | ||
|---|---|---|---|
| build : uint
Indicates the build value of this version. | version | ||
| major : uint
Indicates the major value of this version. | version | ||
| minor : uint
Indicates the minor value of this version. | version | ||
| revision : uint
Indicates the revision value of this version. | version | ||
| Method | Defined By | ||
|---|---|---|---|
version(major:uint = 0, minor:uint = 0, build:uint = 0, revision:uint = 0)
Creates a new version instance. | version | ||
toString(fields:int = 0, separator:String = .):String
Returns a string representation of the object. | version | ||
valueOf():Number
Returns the primitive value of the object. | version | ||
| build | property |
build:uintIndicates the build value of this version.
public function get build():uint public function set build(value:uint):void| major | property |
major:uintIndicates the major value of this version.
public function get major():uint public function set major(value:uint):void| minor | property |
minor:uintIndicates the minor value of this version.
public function get minor():uint public function set minor(value:uint):void| revision | property |
revision:uintIndicates the revision value of this version.
public function get revision():uint public function set revision(value:uint):void| version | () | Constructor |
public function version(major:uint = 0, minor:uint = 0, build:uint = 0, revision:uint = 0)Creates a new version instance.
Parametersmajor:uint (default = 0) | |
minor:uint (default = 0) | |
build:uint (default = 0) | |
revision:uint (default = 0) |
| toString | () | method |
public function toString(fields:int = 0, separator:String = .):StringReturns a string representation of the object.
Parameters
fields:int (default = 0) | |
separator:String (default = .) |
String — a string representation of the object.
|
| valueOf | () | method |
public function valueOf():NumberReturns the primitive value of the object.
ReturnsNumber — the primitive value of the object.
|