org.milyn.csv
Class CSVBinding

java.lang.Object
  extended by org.milyn.csv.CSVBinding

Deprecated. Use the FlatFileReader configured with the CSVRecordParserFactory.

public class CSVBinding
extends Object

CSV Binding configuration.

For more complex bindings, use the main java binding framwework.

Author:
tom.fennelly@jboss.com

Constructor Summary
CSVBinding(String beanId, Class beanClass, CSVBindingType bindingType)
          Deprecated.  
 
Method Summary
 Class getBeanClass()
          Deprecated.  
 String getBeanId()
          Deprecated.  
 CSVBindingType getBindingType()
          Deprecated.  
 String getKeyField()
          Deprecated.  
 CSVBinding setKeyField(String keyField)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVBinding

public CSVBinding(String beanId,
                  Class beanClass,
                  CSVBindingType bindingType)
Deprecated. 
Method Detail

getBeanId

public String getBeanId()
Deprecated. 

getBeanClass

public Class getBeanClass()
Deprecated. 

getBindingType

public CSVBindingType getBindingType()
Deprecated. 

getKeyField

public String getKeyField()
Deprecated. 

setKeyField

public CSVBinding setKeyField(String keyField)
Deprecated. 


Copyright © 2014. All Rights Reserved.