Breadcrumbs

getMapValue() Operation


Syntax


set anObject = map.getMapValue(aKey)


Semantics

Get the object from map map that is identified by akey. If the map value cannot be found, NULL is returned.

Substitutables

anObject

The map entry identified by aKey

map

An object of type Map.

Unknown Attachment

aKey

Key value identifying the map entry.

Examples


create address;
set address = hashMap.getMapValue("John Smith");


classAdress.png

address is an object of type Address.




icon_download_example.png

<your example path>\E2E Action Language\map\uml\mapBenchmark.xml