Processing and Obtaining Information about Dynamic Objects

The JadeDynamicObject class now implements the methods summarized in the following table, to provide you with more flexibility when obtaining information about and processing dynamic objects.

Method Returns an implementation of the...
getPropertyNames JadeIterableIF interface that enables you to iterate through the property names of the JadeDynamicObject
getPropertyTypes JadeIterableIF interface that enables you to iterate through the property types of the JadeDynamicObject
getPropertyValues JadeIterableIF interface that enables you to iterate through the property values of the JadeDynamicObject

Iterating through this interface using these methods returns the respective names, types, or values of the properties in index order on the dynamic object. (See also "Iterating using Interfaces (JAD-I-571)", elsewhere in this document.)