isType()

Determines that the value passed in to the method is of the same type as that of the attribute.

Syntax

public boolean isType(Object value);
 

Parameters

value
Is the type of the attribute to check against.

Return values

Returns True if the type of the attribute matches the passed-in type; otherwise, returns False.

Copyright IBM Corp. 1997, 2003