C# 클래스 SemWeb.Query.SparqlEngine.LiteralWrapper

상속: java.lang.Object, name.levering.ryan.sparql.common.Literal
파일 보기 프로젝트 열기: JoshData/semweb-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
r SemWeb.Literal

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetLiteral ( name literal ) : SemWeb.Literal

메소드 상세

LiteralWrapper() 공개 메소드

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

equals() 공개 메소드

public equals ( object other ) : bool
other object
리턴 bool

getDatatype() 공개 메소드

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

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getLanguage() 공개 메소드

public getLanguage ( ) : string
리턴 string

getNative() 공개 메소드

public getNative ( ) : object
리턴 object

hashCode() 공개 메소드

public hashCode ( ) : int
리턴 int

toString() 공개 메소드

public toString ( ) : string
리턴 string

프로퍼티 상세

r 공개적으로 프로퍼티

public Literal,SemWeb r
리턴 SemWeb.Literal