com.sun.xml.bind.v2.runtime.reflect.opt
final class Bean extends Object
Fields needs to have a distinctive name.
Field Summary | |
---|---|
boolean | f_boolean |
byte | f_byte |
char | f_char |
double | f_double |
float | f_float |
int | f_int |
long | f_long |
Ref | f_ref
Field of a reference type.
|
short | f_short |
Method Summary | |
---|---|
boolean | get_boolean() |
byte | get_byte() |
char | get_char() |
double | get_double() |
float | get_float() |
int | get_int() |
long | get_long() |
Ref | get_ref() |
short | get_short() |
void | set_boolean(boolean b) |
void | set_byte(byte b) |
void | set_char(char b) |
void | set_double(double b) |
void | set_float(float b) |
void | set_int(int b) |
void | set_long(long b) |
void | set_ref(Ref r) |
void | set_short(short b) |