MaltParser 1.0.1

org.maltparser.core.sentence
Class StringColumnInstance

java.lang.Object
  extended by org.maltparser.core.sentence.ColumnInstance
      extended by org.maltparser.core.sentence.StringColumnInstance
All Implemented Interfaces:
Comparable<ColumnInstance>

public class StringColumnInstance
extends ColumnInstance

Since:
1.0
Author:
Johan Hall

Field Summary
 
Fields inherited from class org.maltparser.core.sentence.ColumnInstance
columnDescription, known
 
Constructor Summary
StringColumnInstance(ColumnDescription column)
           
 
Method Summary
 int getIntegerValue()
           
 String getStringValue()
           
 SymbolTable getSymbolTable()
           
 void setValue(String v)
           
 
Methods inherited from class org.maltparser.core.sentence.ColumnInstance
compareTo, getColumnDescription, isKnown, isOracleFeature, setColumnDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringColumnInstance

public StringColumnInstance(ColumnDescription column)
Method Detail

setValue

public void setValue(String v)
              throws MaltChainedException
Specified by:
setValue in class ColumnInstance
Throws:
MaltChainedException

getStringValue

public String getStringValue()
                      throws MaltChainedException
Specified by:
getStringValue in class ColumnInstance
Throws:
MaltChainedException

getIntegerValue

public int getIntegerValue()
Specified by:
getIntegerValue in class ColumnInstance

getSymbolTable

public SymbolTable getSymbolTable()

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.