You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can use the following API to get a tag value:

public Object getTagValue(Object_ object, String tagName) throws Exception {
...
}


In addition, the RuntimeObject can be omitted. The following example shows how to get a tag value without specifying a RuntimeObject in ALH API:

public Object getTagValue(String tagName) throws Exception {
...
}