Packagecom.electrotank.electroserver4.esobject
Interfacepublic interface EsObjectRO

This interface is used to define what is readable off of an EsObject.



Public Methods
 MethodDefined by
  
getBoolean(name:String):Boolean
Gets the value of the property based on the name provided.
EsObjectRO
  
getBooleanArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getByte(name:String):int
Gets the value of the property based on the name provided.
EsObjectRO
  
getByteArray(name:String):ByteArray
Gets the value of the property based on the name provided.
EsObjectRO
  
getChar(name:String):String
Gets the value of the property based on the name provided.
EsObjectRO
  
getCharArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getDataType(name:String):DataType
Gets the data type of a given property.
EsObjectRO
  
getDouble(name:String):Number
Gets the value of the property based on the name provided.
EsObjectRO
  
getDoubleArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getEsObject(name:String):EsObject
Gets the value of the property based on the name provided.
EsObjectRO
  
getEsObjectArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getFloat(name:String):Number
Gets the value of the property based on the name provided.
EsObjectRO
  
getFloatArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getInteger(name:String):Number
Gets the value of the property based on the name provided.
EsObjectRO
  
getIntegerArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getLong(name:String):String
Gets the value of the property based on the name provided.
EsObjectRO
  
getLongArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getNumber(name:String):Number
Gets the value of the property based on the name provided.
EsObjectRO
  
getNumberArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getShort(name:String):Number
Gets the value of the property based on the name provided.
EsObjectRO
  
getShortArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
  
getSize():Number
Gets the number of properties stored on the EsObject.
EsObjectRO
  
getString(name:String):String
Gets the value of the property based on the name provided.
EsObjectRO
  
getStringArray(name:String):Array
Gets the value of the property based on the name provided.
EsObjectRO
Method detail
getBoolean()method
public function getBoolean(name:String):Boolean

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

Returns
ByteArray — The value of the property.
getChar()method 
public function getChar(name:String):String

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the data type of a given property.

Parameters
name:String — Name of the data type.

Returns
DataType — The data type.
getDouble()method 
public function getDouble(name:String):Number

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the number of properties stored on the EsObject.

Returns
Number
getString()method 
public function getString(name:String):String

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

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

Gets the value of the property based on the name provided.

Parameters
name:String — Name of the property.

Returns
Array — The value of the property.