eRqlEngine API documentation - http://www.wleklinski.de/rdf/

eworks.RDF.model
Class StringLiteralValue

java.lang.Object
  extended byeworks.RDF.model.Value
      extended byeworks.RDF.model.LiteralValue
          extended byeworks.RDF.model.StringLiteralValue

public class StringLiteralValue
extends LiteralValue

Represents a string literal.

Version:
1.00 (2003-11-03)
Author:
Fabian Wleklinski (fabian@wleklinski.de)

Field Summary
protected  String literal
          The encapsulated string.
 
Constructor Summary
StringLiteralValue(String literal)
          Creates a new instance representing the given string literal.
 
Method Summary
 String toString()
          Returns the literal's string representation, that's the encapsulated string.
 
Methods inherited from class eworks.RDF.model.LiteralValue
equals, getValue, getValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

literal

protected String literal
The encapsulated string.

Constructor Detail

StringLiteralValue

public StringLiteralValue(String literal)
Creates a new instance representing the given string literal.

Parameters:
literal - The string literal to represent.
Method Detail

toString

public String toString()
Returns the literal's string representation, that's the encapsulated string.

Returns:
The encapsulated string.

eRqlEngine API documentation - http://www.wleklinski.de/rdf/