Packagecom.electrotank.electroserver4.esobject
Classpublic class EsObjectMap

This class is used internally to map a name to an EsObject value..



Public Methods
 MethodDefined by
  
EsObjectMap(nm:String, mp:EsObject)
Creates a new instance of the EsObjectMap class.
EsObjectMap
  
getName():String
Gets the name of the EsObject.
EsObjectMap
  
Retunrs the EsObject.
EsObjectMap
Constructor detail
EsObjectMap()constructor
public function EsObjectMap(nm:String, mp:EsObject)

Creates a new instance of the EsObjectMap class.

Parameters
nm:String — Name of the EsObject.
 
mp:EsObject — The EsObject.
Method detail
getName()method
public function getName():String

Gets the name of the EsObject.

Returns
String — The name of the EsObject.
getValue()method 
public function getValue():EsObject

Retunrs the EsObject.

Returns
EsObject — Returns the EsObject.