Instance.Reflection.isPropertyArray()

Signature

boolean isPropertyArray(Object obj)

Domain

action, condition, query

Description

This method checks if an object is a PropertyArray object.

Parameters

NameTypeDescription
objObjectThe object to be checked

Returns

TypeDescription
booleanReturns if it is a PropertyArray object

Cautions

none