com.sun.tools.xjc.generator.bean.field
Class UntypedListFieldRenderer

java.lang.Object
  extended by com.sun.tools.xjc.generator.bean.field.UntypedListFieldRenderer
All Implemented Interfaces:
FieldRenderer

public final class UntypedListFieldRenderer
extends Object
implements FieldRenderer


Constructor Summary
protected UntypedListFieldRenderer(com.sun.codemodel.JClass coreList)
           
 
Method Summary
 FieldOutline generate(ClassOutlineImpl context, CPropertyInfo prop)
          Generates accesssors and fields for the given implementation class, then return FieldOutline for accessing the generated field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UntypedListFieldRenderer

protected UntypedListFieldRenderer(com.sun.codemodel.JClass coreList)
Method Detail

generate

public FieldOutline generate(ClassOutlineImpl context,
                             CPropertyInfo prop)
Description copied from interface: FieldRenderer
Generates accesssors and fields for the given implementation class, then return FieldOutline for accessing the generated field.

Specified by:
generate in interface FieldRenderer