Previous ION Java User's Guide: ION Java Class and Method Reference Next

isArray()

The isArray() method determines if the value of the variable is an array.

Syntax

public final boolean isArray()

Return Value

This method returns true if the variable is an array and false if the variable is not.

Arguments

None.

Exceptions

None.

Example

boolean bIsArray = myVariable.isArray();  

  IDL Online Help (March 06, 2007)