java.lang.Object
org.apache.jena.rdf.model.impl.StatementBase
- Direct Known Subclasses:
StatementImpl
Abstract base class for StaementImpl - pulls up the stuff that doesn't depend
on how statements are represented (as S/P/O or as Triples).
-
Method Summary
Modifier and TypeMethodDescriptionchangeLiteralObject
(boolean o) changeLiteralObject
(char o) changeLiteralObject
(double o) changeLiteralObject
(float o) changeLiteralObject
(int o) changeLiteralObject
(long o) changeObject
(String o, boolean wellFormed) changeObject
(String o, String l) changeObject
(String o, String l, boolean wellFormed) boolean
byte
getByte()
char
getChar()
double
float
getFloat()
int
getInt()
abstract Literal
Answer the object of this statement as a Literal, or throw a LiteralRequiredException.long
getLong()
getModel()
abstract RDFNode
abstract Property
abstract Resource
short
getShort()
abstract Resource
boolean
boolean
toString()
Answer a string describing this Statement in a vaguely pretty way, with the representations of the subject, predicate, and object in that order.
-
Method Details
-
getModel
-
getLiteral
Answer the object of this statement as a Literal, or throw a LiteralRequiredException. -
getResource
-
getSubject
-
getPredicate
-
getObject
-
changeLiteralObject
-
changeLiteralObject
-
changeLiteralObject
-
changeLiteralObject
-
changeLiteralObject
-
changeLiteralObject
-
changeObject
-
changeObject
-
changeObject
-
changeObject
-
changeObject
-
getBoolean
public boolean getBoolean() -
getByte
public byte getByte() -
getShort
public short getShort() -
getInt
public int getInt() -
getLong
public long getLong() -
getChar
public char getChar() -
getFloat
public float getFloat() -
getDouble
public double getDouble() -
getString
-
getLanguage
-
getWellFormed
public boolean getWellFormed() -
hasWellFormedXML
public boolean hasWellFormedXML() -
toString
Answer a string describing this Statement in a vaguely pretty way, with the representations of the subject, predicate, and object in that order.
-