get

public Object get(Object name)

Retrieves the value of a tag inside the compound.

Return

The value of the tag associated with the name. If the name is null, or if there is no tag inside the compound with that name, then null is returned.

Parameters

name

The name of the tag whose value should be returned. Dot-notationis supported for accessing nested tags.