| Package | com.electrotank.electroserver4.esobject |
| Class | public class EsObjectDataHolder |
| Method | Defined by | ||
|---|---|---|---|
|
getBooleanArrayValue():Array
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 | ||
|
getByteValue():int
| EsObjectDataHolder | ||
|
getCharArrayValue():Array
Gets the value of the property.
| EsObjectDataHolder | ||
|
getCharValue():String
Gets the value of the property.
| EsObjectDataHolder | ||
|
Gets the data type of the property.
| EsObjectDataHolder | ||
|
getDoubleArrayValue():Array
Gets the value of the property.
| EsObjectDataHolder | ||
|
getDoubleValue():Number
Gets the value of the property.
| EsObjectDataHolder | ||
|
getEsObjectArrayValue():Array
Gets the value of the property.
| EsObjectDataHolder | ||
|
Gets the value of the property.
| EsObjectDataHolder | ||
|
getFloatArrayValue():Array
Gets the value of the property.
| EsObjectDataHolder | ||
|
getFloatValue():Number
Gets the value of the property.
| EsObjectDataHolder | ||
|
getIntArrayValue():Array
Gets the value of the property.
| EsObjectDataHolder | ||
|
getIntValue():Number
Gets the value of the property.
| EsObjectDataHolder | ||
|
getLongArrayValue():Array
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 | ||
|
getNumberArrayValue():Array
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 | ||
|
getShortArrayValue():Array
Gets the value of the property.
| EsObjectDataHolder | ||
|
getShortValue():Number
Gets the value of the property.
| EsObjectDataHolder | ||
|
getStringArrayValue():Array
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 | ||
|
setDataType(val:DataType):void
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 | ||
|
setEsObjectValue(val:EsObject):void
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 | ||
| getBooleanArrayValue | () | method |
public function getBooleanArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getBooleanValue | () | method |
public function getBooleanValue():BooleanGets the value of the property.
ReturnsBoolean — The value of the property.
|
| getByteArrayValue | () | method |
public function getByteArrayValue():ByteArrayGets the value of the property.
ReturnsByteArray — The value of the property.
|
| getByteValue | () | method |
public function getByteValue():int
Returns
int |
| getCharArrayValue | () | method |
public function getCharArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getCharValue | () | method |
public function getCharValue():StringGets the value of the property.
ReturnsString — The value of the property.
|
| getDataType | () | method |
public function getDataType():DataTypeGets the data type of the property.
ReturnsDataType —
Returns the data type of the property.
|
| getDoubleArrayValue | () | method |
public function getDoubleArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getDoubleValue | () | method |
public function getDoubleValue():NumberGets the value of the property.
ReturnsNumber — The value of the property.
|
| getEsObjectArrayValue | () | method |
public function getEsObjectArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getEsObjectValue | () | method |
public function getEsObjectValue():EsObjectGets the value of the property.
ReturnsEsObject —
The value of the property.
|
| getFloatArrayValue | () | method |
public function getFloatArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getFloatValue | () | method |
public function getFloatValue():NumberGets the value of the property.
ReturnsNumber — The value of the property.
|
| getIntArrayValue | () | method |
public function getIntArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getIntValue | () | method |
public function getIntValue():NumberGets the value of the property.
ReturnsNumber — The value of the property.
|
| getLongArrayValue | () | method |
public function getLongArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getLongValue | () | method |
public function getLongValue():StringGets the value of the property.
ReturnsString — The value of the property.
|
| getName | () | method |
public function getName():StringGets the name of the property.
ReturnsString — The name of the property.
|
| getNumberArrayValue | () | method |
public function getNumberArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getNumberValue | () | method |
public function getNumberValue():NumberGets the value of the property.
ReturnsNumber — The value of the property.
|
| getRawValue | () | method |
public function getRawValue():ObjectGets the raw value of the property.
ReturnsObject — The raw value of the property
|
| getShortArrayValue | () | method |
public function getShortArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getShortValue | () | method |
public function getShortValue():NumberGets the value of the property.
ReturnsNumber — The value of the property.
|
| getStringArrayValue | () | method |
public function getStringArrayValue():ArrayGets the value of the property.
ReturnsArray — The value of the property.
|
| getStringValue | () | method |
public function getStringValue():StringGets the value of the property.
ReturnsString — The value of the property.
|
| setBooleanArrayValue | () | method |
public function setBooleanArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setBooleanValue | () | method |
public function setBooleanValue(val:Boolean):voidSets the value of the property.
Parametersval:Boolean — The value of the property.
|
| setByteArrayValue | () | method |
public function setByteArrayValue(val:ByteArray):voidSets the value of the property.
Parametersval:ByteArray — The value of the property.
|
| setByteValue | () | method |
public function setByteValue(val:int):voidSets the value of the property.
Parametersval:int — The value of the property.
|
| setCharArrayValue | () | method |
public function setCharArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setCharValue | () | method |
public function setCharValue(val:String):voidSets the value of the property.
Parametersval:String — The value of the property.
|
| setDataType | () | method |
public function setDataType(val:DataType):voidSets the data type of the property.
Parametersval:DataType — The data type of the property.
|
| setDoubleArrayValue | () | method |
public function setDoubleArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setDoubleValue | () | method |
public function setDoubleValue(val:Number):voidSets the value of the property.
Parametersval:Number — The value of the property.
|
| setEsObjectArrayValue | () | method |
public function setEsObjectArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setEsObjectValue | () | method |
public function setEsObjectValue(val:EsObject):voidSets the value of the property.
Parametersval:EsObject — The value of the property.
|
| setFloatArrayValue | () | method |
public function setFloatArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setFloatValue | () | method |
public function setFloatValue(val:Number):voidSets the value of the property.
Parametersval:Number — The value of the property.
|
| setIntArrayValue | () | method |
public function setIntArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setIntValue | () | method |
public function setIntValue(val:Number):voidSets the value of the property.
Parametersval:Number — The value of the property.
|
| setLongArrayValue | () | method |
public function setLongArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setLongValue | () | method |
public function setLongValue(val:String):voidSets the value of the property.
Parametersval:String — The value of the property.
|
| setName | () | method |
public function setName(name:String):voidThe name of the property.
Parametersname:String — Name of the property.
|
| setNumberArrayValue | () | method |
public function setNumberArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setNumberValue | () | method |
public function setNumberValue(val:Number):voidSets the value of the property.
Parametersval:Number — The value of the property.
|
| setRawValue | () | method |
public function setRawValue(val:Object):voidSets the raw value of the property.
Parametersval:Object — The raw value of the property.
|
| setShortArrayValue | () | method |
public function setShortArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setShortValue | () | method |
public function setShortValue(val:Number):voidSets the value of the property.
Parametersval:Number — The value of the property.
|
| setStringArrayValue | () | method |
public function setStringArrayValue(val:Array):voidSets the value of the property.
Parametersval:Array — The value of the property.
|
| setStringValue | () | method |
public function setStringValue(val:String):voidSets the value of the property.
Parametersval:String — The value of the property.
|