org.encog.app.analyst.csv.filter
Class ExcludedField

java.lang.Object
  extended by org.encog.app.analyst.csv.filter.ExcludedField

public class ExcludedField
extends Object

Used internally to track excluded fields from the FilterCSV.


Constructor Summary
ExcludedField(int theFieldNumber, String theFieldValue)
          Construct the object.
 
Method Summary
 int getFieldNumber()
           
 String getFieldValue()
           
 void setFieldNumber(int theFieldNumber)
           
 void setFieldValue(String theFieldValue)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcludedField

public ExcludedField(int theFieldNumber,
                     String theFieldValue)
Construct the object.

Parameters:
theFieldNumber - The field number.
theFieldValue - The field value to filter on.
Method Detail

getFieldNumber

public int getFieldNumber()
Returns:
the fieldNumber

getFieldValue

public String getFieldValue()
Returns:
the fieldValue

setFieldNumber

public void setFieldNumber(int theFieldNumber)
Parameters:
theFieldNumber - the fieldNumber to set

setFieldValue

public void setFieldValue(String theFieldValue)
Parameters:
theFieldValue - the fieldValue to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.