com.sun.xml.bind.v2.runtime.reflect.opt
Class Bean
java.lang.Object
com.sun.xml.bind.v2.runtime.reflect.opt.Bean
final class Bean
- extends Object
Used by TransducedAccessor
templates.
Fields needs to have a distinctive name.
Constructor Summary |
Bean()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f_boolean
public boolean f_boolean
f_char
public char f_char
f_byte
public byte f_byte
f_short
public short f_short
f_int
int f_int
f_long
public long f_long
f_float
public float f_float
f_double
public double f_double
f_ref
public Ref f_ref
- Field of a reference type.
We need a distinctive type so that it can be easily replaced.
Bean
Bean()
get_boolean
public boolean get_boolean()
set_boolean
public void set_boolean(boolean b)
get_char
public char get_char()
set_char
public void set_char(char b)
get_byte
public byte get_byte()
set_byte
public void set_byte(byte b)
get_short
public short get_short()
set_short
public void set_short(short b)
get_int
public int get_int()
set_int
public void set_int(int b)
get_long
public long get_long()
set_long
public void set_long(long b)
get_float
public float get_float()
set_float
public void set_float(float b)
get_double
public double get_double()
set_double
public void set_double(double b)
get_ref
public Ref get_ref()
set_ref
public void set_ref(Ref r)