org.encog.app.analyst.csv.filter
public class ExcludedField extends Object
| Constructor and Description |
|---|
ExcludedField(int theFieldNumber,
String theFieldValue)
Construct the object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFieldNumber() |
String |
getFieldValue() |
void |
setFieldNumber(int theFieldNumber) |
void |
setFieldValue(String theFieldValue) |
String |
toString() |
public ExcludedField(int theFieldNumber,
String theFieldValue)
theFieldNumber - The field number.theFieldValue - The field value to filter on.public int getFieldNumber()
public String getFieldValue()
public void setFieldNumber(int theFieldNumber)
theFieldNumber - the fieldNumber to setpublic void setFieldValue(String theFieldValue)
theFieldValue - the fieldValue to setCopyright © 2014. All Rights Reserved.