getCollection

Description

Returns the index specified in attrIndex or the attribute value specified in attrName. The returned object can be converted to an array such as String[].

Syntax

Object getCollection(int attrIndex)

Object getCollection(String attrName)

Return Value