isInstance"

From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> Class isInstance(Object class, Object value); </source> :i.e., <javadoc method="isInstance(java.lang.Object, java.lang.Object)"…')
(No difference)

Revision as of 07:34, 16 November 2010

Class isInstance(Object class, Object value);
i.e., CommonFns.isInstance(Object, Object)

Tests whether an object (the second argument, value) is an instance of a class (the first argument, class). You could specify a class or the class name as the first argument.

Version History

Last Update : 2010/11/16

Version Date Content
     



Last Update : 2010/11/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.