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

java.lang.Object
  extended by 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.


Field Summary
 boolean f_boolean
           
 byte f_byte
           
 char f_char
           
 double f_double
           
 float f_float
           
(package private)  int f_int
           
 long f_long
           
 Ref f_ref
          Field of a reference type.
 short f_short
           
 
Constructor Summary
Bean()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Bean

Bean()
Method Detail

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)