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 final int getFieldNumber()
- Returns:
- the fieldNumber
getFieldValue
public final String getFieldValue()
- Returns:
- the fieldValue
setFieldNumber
public final void setFieldNumber(int theFieldNumber)
- Parameters:
theFieldNumber - the fieldNumber to set
setFieldValue
public final void setFieldValue(String theFieldValue)
- Parameters:
theFieldValue - the fieldValue to set
toString
public final String toString()
-
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.