Package | com.vmware.core.model |
Class | public class NumberDataObject |
Inheritance | NumberDataObject ![]() ![]() |
Implements | flash.utils.IExternalizable |
Property | Defined By | ||
---|---|---|---|
![]() | isUnset : Boolean
Indicates whether the contained value(s) or the data properties of this
object are unset. | DataObject | |
![]() | sourceInfo_ : SourceInfo
Source information containing extra details for this reference. | DataObject | |
value : Number
Returns the value wrapped in the DataObject. | NumberDataObject |
Method | Defined By | ||
---|---|---|---|
Empty constructor
| NumberDataObject | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void | DataObject | |
[static]
Creates a new instance with the given value and provider. | NumberDataObject | ||
![]() | dispatchEvent(evt:Event):Boolean | DataObject | |
![]() | hasEventListener(type:String):Boolean | DataObject | |
readExternal(input:IDataInput):void
Called to read the property values from the input stream. | NumberDataObject | ||
![]() | removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | DataObject | |
![]() | willTrigger(type:String):Boolean | DataObject | |
writeExternal(output:IDataOutput):void
Called to store the property values to the output stream. | NumberDataObject |
value | property |
value:Number
Returns the value wrapped in the DataObject.
public function get value():Number
public function set value(value:Number):void
NumberDataObject | () | Constructor |
public function NumberDataObject()
Empty constructor
createNewInstance | () | method |
public static function createNewInstance(value:Number, provider:IResourceReference = null):NumberDataObject
Creates a new instance with the given value and provider.
Parameters
value:Number — Value to wrap.
| |
provider:IResourceReference (default = null ) — Server object the value comes from.
|
NumberDataObject —
The newly created instance.
|
readExternal | () | method |
public function readExternal(input:IDataInput):void
Called to read the property values from the input stream.
Parameters
input:IDataInput — The input stream to read data.
|
writeExternal | () | method |
public function writeExternal(output:IDataOutput):void
Called to store the property values to the output stream.
Parameters
output:IDataOutput — The output stream to write data.
|