org.encog.app.analyst.csv.filter
Class ExcludedField
java.lang.Object
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. |
ExcludedField
public ExcludedField(int theFieldNumber,
String theFieldValue)
- Construct the object.
- Parameters:
theFieldNumber
- The field number.theFieldValue
- The field value to filter on.
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.