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 java.lang.Object
implements FieldRenderer


Field Summary
 
Fields inherited from interface com.sun.tools.xjc.generator.bean.field.FieldRenderer
ARRAY, DEFAULT, JAXB_DEFAULT, REQUIRED_UNBOXED, SINGLE, SINGLE_PRIMITIVE_ACCESS
 
Constructor Summary
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

public 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