|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.maltparser.core.io.dataformat.DataFormatEntry
public class DataFormatEntry
DataFormatEntry is used for storing information about one column in a data format.
Constructor Summary | |
---|---|
DataFormatEntry(int position,
String dataFormatEntryName,
String category,
String type,
String defaultOutput)
Creates a data format entry |
Method Summary | |
---|---|
int |
compareTo(DataFormatEntry obj)
|
boolean |
equals(Object obj)
|
String |
getCategory()
Returns the column category |
String |
getDataFormatEntryName()
Returns the column name |
String |
getDefaultOutput()
Returns the default output of an ignore column |
int |
getPosition()
Returns the column position |
String |
getType()
Return the column type |
int |
hashCode()
|
void |
setCategory(String category)
Sets the column category |
void |
setDataFormatEntryName(String dataFormatEntryName)
Sets the column name |
void |
setDefaultOutput(String defaultOutput)
Sets the default output of an ignore column |
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, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataFormatEntry(int position, String dataFormatEntryName, String category, String type, String defaultOutput)
position
- column positiondataFormatEntryName
- column namecategory
- column categorytype
- column typedefaultOutput
- default output for a ignore columnMethod Detail |
---|
public int getPosition()
public void setPosition(int position)
position
- column positionpublic String getDataFormatEntryName()
public void setDataFormatEntryName(String dataFormatEntryName)
dataFormatEntryName
- column namepublic String getCategory()
public void setCategory(String category)
category
- the column categorypublic String getType()
public void setType(String type)
type
- the column typepublic int compareTo(DataFormatEntry obj)
compareTo
in interface Comparable<DataFormatEntry>
public String getDefaultOutput()
public void setDefaultOutput(String defaultOutput)
defaultOutput
- the default output of an ignore columnpublic boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |