Uses of Class
com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar

Packages that use AbstractFieldWithVar
com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. 
 

Uses of AbstractFieldWithVar in com.sun.tools.xjc.generator.bean.field
 

Subclasses of AbstractFieldWithVar in com.sun.tools.xjc.generator.bean.field
 class SingleField
          Realizes a property through one getter and one setter.
 class SinglePrimitiveAccessField
          SingleField that forces the primitive accessor type.
 class UnboxedField
          A required primitive property.