|
MaltParser 1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maltparser.core.dataformat.DataFormatEntry
public class DataFormatEntry
DataFormatEntry is used for storing information about one column in a data format.
| Constructor Summary | |
|---|---|
DataFormatEntry(int position,
String name,
String category,
String type,
String defaultOutput)
Creates a data format entry |
|
| Method Summary | |
|---|---|
int |
compareTo(DataFormatEntry o)
|
boolean |
equals(Object o)
|
String |
getCategory()
Returns the column category |
String |
getDefaultOutput()
Returns the default output of an ignore column |
String |
getName()
Returns the column name |
int |
getPosition()
Returns the column position |
String |
getType()
Return the column type |
void |
setCategory(String category)
Sets the column category |
void |
setDefaultOutput(String defaultOutput)
Sets the default output of an ignore column |
void |
setName(String name)
Sets the column name |
void |
setPosition(int position)
Sets the column position |
void |
setType(String type)
Sets the column type |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataFormatEntry(int position,
String name,
String category,
String type,
String defaultOutput)
position - column positionname - column namecategory - column categorytype - column typedefaultOutput - default output for a ignore column| Method Detail |
|---|
public int getPosition()
public void setPosition(int position)
position - column positionpublic String getName()
public void setName(String name)
name - column namepublic String getCategory()
public void setCategory(String category)
category - the column categorypublic String getType()
public void setType(String type)
type - the column typepublic boolean equals(Object o)
equals in class Objectpublic int compareTo(DataFormatEntry o)
compareTo in interface Comparable<DataFormatEntry>public String getDefaultOutput()
public void setDefaultOutput(String defaultOutput)
defaultOutput - the default output of an ignore columnpublic String toString()
toString in class Object
|
MaltParser 1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||