collectionElementClassName property

String? collectionElementClassName
getter/setter pair

If it is a collection of objects, this would be the FCQN of every individual element in the collection.

If this is "java.lang.Object", the parameter is a collection of any type.

Implementation

core.String? collectionElementClassName;