de.hpi.fgis.voidgen.hadoop.parsing
Class DanchelLiteral
java.lang.Object
de.hpi.fgis.voidgen.hadoop.parsing.DanchelNode
de.hpi.fgis.voidgen.hadoop.parsing.DanchelLiteral
public class DanchelLiteral
- extends DanchelNode
DanchelLiteral
represents a literal.
- Author:
- Dandy Fenz, Hasso Plattner Institute at University of Potsdam, Germany, Matthias Pohl, Hasso Plattner Institute at University of Potsdam, Germany
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DanchelLiteral
protected DanchelLiteral(java.lang.String val)
getLanguage
public java.lang.String getLanguage()
- Returns:
- the language
setLanguage
public void setLanguage(java.lang.String language)
- Parameters:
language
- the language to set
getDatatype
public java.lang.String getDatatype()
- Returns:
- the datatype
setDatatype
public void setDatatype(java.lang.String datatype)
- Parameters:
datatype
- the datatype to set
getPrefix
public java.lang.String getPrefix()
- Specified by:
getPrefix
in class DanchelNode
getValue
public java.lang.String getValue()
- Specified by:
getValue
in class DanchelNode
getTag
public java.lang.String getTag()
- Specified by:
getTag
in class DanchelNode