Uses of Class
com.sun.tools.xjc.generator.bean.ClassOutlineImpl

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

Uses of ClassOutlineImpl in com.sun.tools.xjc.generator.bean
 

Methods in com.sun.tools.xjc.generator.bean that return ClassOutlineImpl
 ClassOutlineImpl BeanGenerator.getClazz(CClassInfo bean)
           
 

Methods in com.sun.tools.xjc.generator.bean that return types with arguments of type ClassOutlineImpl
 java.util.Collection<ClassOutlineImpl> BeanGenerator.getClasses()
           
 java.util.Set<ClassOutlineImpl> PackageOutlineImpl.getClasses()
           
 

Methods in com.sun.tools.xjc.generator.bean with parameters of type ClassOutlineImpl
protected abstract  void ImplStructureStrategy._extends(ClassOutlineImpl derived, ClassOutlineImpl base)
          Sets up an inheritance relationship.
protected abstract  MethodWriter ImplStructureStrategy.createMethodWriter(ClassOutlineImpl target)
           
 

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

Methods in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl
 FieldOutline FieldRenderer.generate(ClassOutlineImpl context, CPropertyInfo prop)
          Generates accesssors and fields for the given implementation class, then return FieldOutline for accessing the generated field.
 FieldOutline GenericFieldRenderer.generate(ClassOutlineImpl context, CPropertyInfo prop)
           
 FieldOutline IsSetFieldRenderer.generate(ClassOutlineImpl context, CPropertyInfo prop)
           
 FieldOutline UntypedListFieldRenderer.generate(ClassOutlineImpl context, CPropertyInfo prop)
           
 

Constructors in com.sun.tools.xjc.generator.bean.field with parameters of type ClassOutlineImpl
ContentListField(ClassOutlineImpl context, CPropertyInfo prop, com.sun.codemodel.JClass coreList)
           
DummyListField(ClassOutlineImpl context, CPropertyInfo prop, com.sun.codemodel.JClass coreList)
           
IsSetField(ClassOutlineImpl outline, CPropertyInfo prop, FieldOutline core, boolean unsetMethod, boolean issetMethod)
           
NoExtendedContentField(ClassOutlineImpl context, CPropertyInfo prop, com.sun.codemodel.JClass coreList)
           
SingleField(ClassOutlineImpl context, CPropertyInfo prop)
           
SingleField(ClassOutlineImpl context, CPropertyInfo prop, boolean forcePrimitiveAccess)
           
SinglePrimitiveAccessField(ClassOutlineImpl context, CPropertyInfo prop)
           
UnboxedField(ClassOutlineImpl outline, CPropertyInfo prop)
           
UntypedListField(ClassOutlineImpl context, CPropertyInfo prop, com.sun.codemodel.JClass coreList)