Method setBoolean(Object obj, boolean z)
Return type: void
Member of: java.lang.reflect.Field
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 f[i].setBoolean(obj, true);
2 realfield.setBoolean(obj, z);
3 lfieldField.setBoolean(lObject,lsetVal);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.