eworks.RDF.model
Class StringLiteralValue
java.lang.Object
eworks.RDF.model.Value
eworks.RDF.model.LiteralValue
eworks.RDF.model.StringLiteralValue
- public class StringLiteralValue
- extends LiteralValue
Represents a string literal.
- Version:
- 1.00 (2003-11-03)
- Author:
- Fabian Wleklinski (fabian@wleklinski.de)
Method Summary |
String |
toString()
Returns the literal's string representation, that's the encapsulated string. |
literal
protected String literal
- The encapsulated string.
StringLiteralValue
public StringLiteralValue(String literal)
- Creates a new instance representing the given string literal.
- Parameters:
literal
- The string literal to represent.
toString
public String toString()
- Returns the literal's string representation, that's the encapsulated string.
- Returns:
- The encapsulated string.