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


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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