| Package | com.electrotank.electroserver4.esobject |
| Class | public class EsObjectMap |
| Method | Defined 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 | ||
| EsObjectMap | () | constructor |
public function EsObjectMap(nm:String, mp:EsObject)Creates a new instance of the EsObjectMap class.
Parametersnm:String — Name of the EsObject.
|
|
mp:EsObject — The EsObject.
|
| getName | () | method |
public function getName():StringGets the name of the EsObject.
ReturnsString — The name of the EsObject.
|
| getValue | () | method |