Field.getInt

Field.getInt

Class Overview | Class Members | This Package | All Packages

Syntax
public native int getInt( Object obj ) throws IllegalArgumentException, IllegalAccessException
Description
Get the value of a field as a int 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