Packagecom.electrotank.electroserver4.esobject
Classpublic class EsObjectDataHolder

This class is used internally by the EsObject class. It is used to store the name, data type, and value of a property on the EsObject.



Public Methods
 MethodDefined by
  
Gets the value of the property.
EsObjectDataHolder
  
getBooleanValue():Boolean
Gets the value of the property.
EsObjectDataHolder
  
getByteArrayValue():ByteArray
Gets the value of the property.
EsObjectDataHolder
  
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getCharValue():String
Gets the value of the property.
EsObjectDataHolder
  
Gets the data type of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getDoubleValue():Number
Gets the value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getFloatValue():Number
Gets the value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getIntValue():Number
Gets the value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getLongValue():String
Gets the value of the property.
EsObjectDataHolder
  
getName():String
Gets the name of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getNumberValue():Number
Gets the value of the property.
EsObjectDataHolder
  
getRawValue():Object
Gets the raw value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getShortValue():Number
Gets the value of the property.
EsObjectDataHolder
  
Gets the value of the property.
EsObjectDataHolder
  
getStringValue():String
Gets the value of the property.
EsObjectDataHolder
  
setBooleanArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setBooleanValue(val:Boolean):void
Sets the value of the property.
EsObjectDataHolder
  
setByteArrayValue(val:ByteArray):void
Sets the value of the property.
EsObjectDataHolder
  
setByteValue(val:int):void
Sets the value of the property.
EsObjectDataHolder
  
setCharArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setCharValue(val:String):void
Sets the value of the property.
EsObjectDataHolder
  
Sets the data type of the property.
EsObjectDataHolder
  
setDoubleArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setDoubleValue(val:Number):void
Sets the value of the property.
EsObjectDataHolder
  
setEsObjectArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
Sets the value of the property.
EsObjectDataHolder
  
setFloatArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setFloatValue(val:Number):void
Sets the value of the property.
EsObjectDataHolder
  
setIntArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setIntValue(val:Number):void
Sets the value of the property.
EsObjectDataHolder
  
setLongArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setLongValue(val:String):void
Sets the value of the property.
EsObjectDataHolder
  
setName(name:String):void
The name of the property.
EsObjectDataHolder
  
setNumberArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setNumberValue(val:Number):void
Sets the value of the property.
EsObjectDataHolder
  
setRawValue(val:Object):void
Sets the raw value of the property.
EsObjectDataHolder
  
setShortArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setShortValue(val:Number):void
Sets the value of the property.
EsObjectDataHolder
  
setStringArrayValue(val:Array):void
Sets the value of the property.
EsObjectDataHolder
  
setStringValue(val:String):void
Sets the value of the property.
EsObjectDataHolder
Method detail
getBooleanArrayValue()method
public function getBooleanArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getBooleanValue()method 
public function getBooleanValue():Boolean

Gets the value of the property.

Returns
Boolean — The value of the property.
getByteArrayValue()method 
public function getByteArrayValue():ByteArray

Gets the value of the property.

Returns
ByteArray — The value of the property.
getByteValue()method 
public function getByteValue():int

Returns
int
getCharArrayValue()method 
public function getCharArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getCharValue()method 
public function getCharValue():String

Gets the value of the property.

Returns
String — The value of the property.
getDataType()method 
public function getDataType():DataType

Gets the data type of the property.

Returns
DataType — Returns the data type of the property.
getDoubleArrayValue()method 
public function getDoubleArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getDoubleValue()method 
public function getDoubleValue():Number

Gets the value of the property.

Returns
Number — The value of the property.
getEsObjectArrayValue()method 
public function getEsObjectArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getEsObjectValue()method 
public function getEsObjectValue():EsObject

Gets the value of the property.

Returns
EsObject — The value of the property.
getFloatArrayValue()method 
public function getFloatArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getFloatValue()method 
public function getFloatValue():Number

Gets the value of the property.

Returns
Number — The value of the property.
getIntArrayValue()method 
public function getIntArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getIntValue()method 
public function getIntValue():Number

Gets the value of the property.

Returns
Number — The value of the property.
getLongArrayValue()method 
public function getLongArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getLongValue()method 
public function getLongValue():String

Gets the value of the property.

Returns
String — The value of the property.
getName()method 
public function getName():String

Gets the name of the property.

Returns
String — The name of the property.
getNumberArrayValue()method 
public function getNumberArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getNumberValue()method 
public function getNumberValue():Number

Gets the value of the property.

Returns
Number — The value of the property.
getRawValue()method 
public function getRawValue():Object

Gets the raw value of the property.

Returns
Object — The raw value of the property
getShortArrayValue()method 
public function getShortArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getShortValue()method 
public function getShortValue():Number

Gets the value of the property.

Returns
Number — The value of the property.
getStringArrayValue()method 
public function getStringArrayValue():Array

Gets the value of the property.

Returns
Array — The value of the property.
getStringValue()method 
public function getStringValue():String

Gets the value of the property.

Returns
String — The value of the property.
setBooleanArrayValue()method 
public function setBooleanArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setBooleanValue()method 
public function setBooleanValue(val:Boolean):void

Sets the value of the property.

Parameters
val:Boolean — The value of the property.
setByteArrayValue()method 
public function setByteArrayValue(val:ByteArray):void

Sets the value of the property.

Parameters
val:ByteArray — The value of the property.
setByteValue()method 
public function setByteValue(val:int):void

Sets the value of the property.

Parameters
val:int — The value of the property.
setCharArrayValue()method 
public function setCharArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setCharValue()method 
public function setCharValue(val:String):void

Sets the value of the property.

Parameters
val:String — The value of the property.
setDataType()method 
public function setDataType(val:DataType):void

Sets the data type of the property.

Parameters
val:DataType — The data type of the property.
setDoubleArrayValue()method 
public function setDoubleArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setDoubleValue()method 
public function setDoubleValue(val:Number):void

Sets the value of the property.

Parameters
val:Number — The value of the property.
setEsObjectArrayValue()method 
public function setEsObjectArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setEsObjectValue()method 
public function setEsObjectValue(val:EsObject):void

Sets the value of the property.

Parameters
val:EsObject — The value of the property.
setFloatArrayValue()method 
public function setFloatArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setFloatValue()method 
public function setFloatValue(val:Number):void

Sets the value of the property.

Parameters
val:Number — The value of the property.
setIntArrayValue()method 
public function setIntArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setIntValue()method 
public function setIntValue(val:Number):void

Sets the value of the property.

Parameters
val:Number — The value of the property.
setLongArrayValue()method 
public function setLongArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setLongValue()method 
public function setLongValue(val:String):void

Sets the value of the property.

Parameters
val:String — The value of the property.
setName()method 
public function setName(name:String):void

The name of the property.

Parameters
name:String — Name of the property.
setNumberArrayValue()method 
public function setNumberArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setNumberValue()method 
public function setNumberValue(val:Number):void

Sets the value of the property.

Parameters
val:Number — The value of the property.
setRawValue()method 
public function setRawValue(val:Object):void

Sets the raw value of the property.

Parameters
val:Object — The raw value of the property.
setShortArrayValue()method 
public function setShortArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setShortValue()method 
public function setShortValue(val:Number):void

Sets the value of the property.

Parameters
val:Number — The value of the property.
setStringArrayValue()method 
public function setStringArrayValue(val:Array):void

Sets the value of the property.

Parameters
val:Array — The value of the property.
setStringValue()method 
public function setStringValue(val:String):void

Sets the value of the property.

Parameters
val:String — The value of the property.