com.sun.xml.bind.v2.runtime.reflect.opt

Class Bean

final class Bean extends Object

Used by TransducedAccessor templates.

Fields needs to have a distinctive name.

Field Summary
booleanf_boolean
bytef_byte
charf_char
doublef_double
floatf_float
intf_int
longf_long
Reff_ref
Field of a reference type.
shortf_short
Method Summary
booleanget_boolean()
byteget_byte()
charget_char()
doubleget_double()
floatget_float()
intget_int()
longget_long()
Refget_ref()
shortget_short()
voidset_boolean(boolean b)
voidset_byte(byte b)
voidset_char(char b)
voidset_double(double b)
voidset_float(float b)
voidset_int(int b)
voidset_long(long b)
voidset_ref(Ref r)
voidset_short(short b)

Field Detail

f_boolean

public boolean f_boolean

f_byte

public byte f_byte

f_char

public char f_char

f_double

public double f_double

f_float

public float f_float

f_int

int f_int

f_long

public long f_long

f_ref

public Ref f_ref
Field of a reference type. We need a distinctive type so that it can be easily replaced.

f_short

public short f_short

Method Detail

get_boolean

public boolean get_boolean()

get_byte

public byte get_byte()

get_char

public char get_char()

get_double

public double get_double()

get_float

public float get_float()

get_int

public int get_int()

get_long

public long get_long()

get_ref

public Ref get_ref()

get_short

public short get_short()

set_boolean

public void set_boolean(boolean b)

set_byte

public void set_byte(byte b)

set_char

public void set_char(char b)

set_double

public void set_double(double b)

set_float

public void set_float(float b)

set_int

public void set_int(int b)

set_long

public void set_long(long b)

set_ref

public void set_ref(Ref r)

set_short

public void set_short(short b)