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

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

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

Subclasses of AbstractField in com.sun.tools.xjc.generator.bean.field
(package private)  class AbstractFieldWithVar
           
(package private)  class AbstractListField
          Common code for property renderer that generates a List as its underlying data structure.
(package private)  class ArrayField
          Realizes a property as an "indexed property" as specified in the JAXB spec.
(package private)  class ConstField
          Realizes a property as a "public static final" property on the interface.
(package private)  class IsSetField
           
(package private)  class SingleField
          Realizes a property through one getter and one setter.
 class SinglePrimitiveAccessField
          SingleField that forces the primitive accessor type.
(package private)  class UnboxedField
          A required primitive property.
 class UntypedListField
          Realizes a property as an untyped List.