Download Sources

com.liguorien.flex.generator.writers.dom4j.methods
Class GetCollection

java.lang.Object
  extended by com.liguorien.flex.generator.writers.dom4j.BuilderMethodWriter
      extended by com.liguorien.flex.generator.writers.dom4j.ContextMethodWriter
          extended by com.liguorien.flex.generator.writers.dom4j.methods.GetCollection
All Implemented Interfaces:
MethodWriter<Dom4jBuilderHandler>

public class GetCollection
extends ContextMethodWriter

Version:
0.2
Author:
Nicolas Désy

Field Summary
 
Fields inherited from interface com.liguorien.flex.generator.writers.MethodWriter
COMPARATOR
 
Constructor Summary
GetCollection(java.lang.Class<?> entryClass, java.lang.Class<?> collClazz, java.lang.String methodName, java.beans.PropertyDescriptor prop)
           
 
Method Summary
 void writeMethod(java.io.Writer w, FlexGenerator g, Dom4jBuilderHandler handler, java.lang.Class<?> clazz)
          Writes method signature and body to the writer
 
Methods inherited from class com.liguorien.flex.generator.writers.dom4j.ContextMethodWriter
equals, getTypeName, hashCode
 
Methods inherited from class com.liguorien.flex.generator.writers.dom4j.BuilderMethodWriter
acceptClass, getPriority
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetCollection

public GetCollection(java.lang.Class<?> entryClass,
                     java.lang.Class<?> collClazz,
                     java.lang.String methodName,
                     java.beans.PropertyDescriptor prop)
Method Detail

writeMethod

public void writeMethod(java.io.Writer w,
                        FlexGenerator g,
                        Dom4jBuilderHandler handler,
                        java.lang.Class<?> clazz)
                 throws java.io.IOException
Description copied from interface: MethodWriter
Writes method signature and body to the writer

Parameters:
w - The Writer
g - The current generator
handler - The current handler
clazz - The current clazz
Throws:
java.io.IOException

FlexGenerator

Copyright 2006 Nicolas Désy. All rights reserved.