com.northconcepts.datapipeline.core
Class FieldList

java.lang.Object
  extended by com.northconcepts.datapipeline.core.FieldList
All Implemented Interfaces:
Cloneable

public class FieldList
extends Object
implements Cloneable


Constructor Summary
FieldList()
           
FieldList(String... fieldNames)
           
 
Method Summary
 FieldList add(String... fieldNames)
           
 Object clone()
           
 boolean contains(String... fieldNames)
           
 boolean equals(Object o)
           
 String get(int index)
           
 ArrayList<String> getList()
           
 int hashCode()
           
 int size()
           
 String toString()
           
 String toString(String fieldSeparator)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldList

public FieldList()

FieldList

public FieldList(String... fieldNames)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

add

public FieldList add(String... fieldNames)

contains

public boolean contains(String... fieldNames)

size

public int size()

get

public String get(int index)

getList

public ArrayList<String> getList()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString(String fieldSeparator)

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.