The following syntax is used for all of these access methods (exemplified there with the getStringArray method for returning the value of the a string array with the name
<name> for the
something object (feature).
Note that throughout this manual, the access methods are collectively referred to as get*(<name>), where
* can be any of the basic data types used below. Use these methods to read property values. The names of the access methods indicate the data type for the data that they return.
The parent entity of a feature (something) is in general the list in which it is contained. The parent of the list is in turn the feature that appears as parent in the Model Builder tree. Therefore, to access the parent feature of a subfeature, call
something.getContainer().getContainer(). If no container can be found,
getContainer() returns null.