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