eu.monnetproject.lemon.impl.io.turtle
Class Literal

java.lang.Object
  extended by eu.monnetproject.lemon.impl.io.turtle.Literal
All Implemented Interfaces:
Node

public class Literal
extends Object
implements Node

Author:
John McCrae

Constructor Summary
Literal(String label, String language, String dataType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDataType()
           
 String getLabel()
           
 String getLanguage()
           
 String getURI()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Literal

public Literal(String label,
               String language,
               String dataType)
Method Detail

getURI

public String getURI()
Specified by:
getURI in interface Node

getDataType

public String getDataType()

getLabel

public String getLabel()

getLanguage

public String getLanguage()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.