C# Class SemWeb.Query.SparqlEngine.LiteralWrapper

Inheritance: java.lang.Object, name.levering.ryan.sparql.common.Literal
Show file Open project: JoshData/semweb-dotnet

Public Properties

Property Type Description
r SemWeb.Literal

Public Methods

Method Description
LiteralWrapper ( SemWeb.Literal res )
equals ( object other ) : bool
getDatatype ( ) : name.levering.ryan.sparql.common.URI
getLabel ( ) : string
getLanguage ( ) : string
getNative ( ) : object
hashCode ( ) : int
toString ( ) : string

Private Methods

Method Description
GetLiteral ( name literal ) : SemWeb.Literal

Method Details

LiteralWrapper() public method

public LiteralWrapper ( SemWeb.Literal res )
res SemWeb.Literal

equals() public method

public equals ( object other ) : bool
other object
return bool

getDatatype() public method

public getDatatype ( ) : name.levering.ryan.sparql.common.URI
return name.levering.ryan.sparql.common.URI

getLabel() public method

public getLabel ( ) : string
return string

getLanguage() public method

public getLanguage ( ) : string
return string

getNative() public method

public getNative ( ) : object
return object

hashCode() public method

public hashCode ( ) : int
return int

toString() public method

public toString ( ) : string
return string

Property Details

r public property

public Literal,SemWeb r
return SemWeb.Literal