Field.getBoolean

Field.getBoolean

Class Overview | Class Members | This Package | All Packages

Syntax
public native boolean getBoolean( Object obj ) throws IllegalArgumentException, IllegalAccessException
Description
Get the value of a field as a boolean on specified object.

Exceptions
IllegalAccessException if the underlying constructor is inaccessible.
Exceptions
IllegalArgumentException if the field value cannot be converted to the return type by a widening conversion.
See Also
get