fr.opensagres.xdocreport.template
Class FieldsExtractor<T extends FieldExtractor>

java.lang.Object
  extended by fr.opensagres.xdocreport.template.FieldsExtractor<T>

public class FieldsExtractor<T extends FieldExtractor>
extends Object


Constructor Summary
FieldsExtractor()
           
 
Method Summary
 T addFieldName(String fieldName)
           
static FieldsExtractor<FieldExtractor> create()
           
protected  T createField(String fieldName)
           
 List<T> getFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldsExtractor

public FieldsExtractor()
Method Detail

addFieldName

public T addFieldName(String fieldName)

getFields

public List<T> getFields()

createField

protected T createField(String fieldName)

create

public static FieldsExtractor<FieldExtractor> create()


Copyright © 2012. All Rights Reserved.