Class UntypedListFieldRenderer
- java.lang.Object
-
- com.sun.tools.xjc.generator.bean.field.UntypedListFieldRenderer
-
- All Implemented Interfaces:
FieldRenderer
public final class UntypedListFieldRenderer extends Object implements FieldRenderer
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUntypedListFieldRenderer(JClass coreList)protectedUntypedListFieldRenderer(JClass coreList, boolean dummy, boolean content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldOutlinegenerate(ClassOutlineImpl context, CPropertyInfo prop)Generates accesssors and fields for the given implementation class, then returnFieldOutlinefor accessing the generated field.
-
-
-
Method Detail
-
generate
public FieldOutline generate(ClassOutlineImpl context, CPropertyInfo prop)
Description copied from interface:FieldRendererGenerates accesssors and fields for the given implementation class, then returnFieldOutlinefor accessing the generated field.- Specified by:
generatein interfaceFieldRenderer
-
-