java.lang.Object
org.apache.jena.rdf.model.impl.StatementBase
- Direct Known Subclasses:
StatementImpl
Abstract base class for StatementImpl - 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, String l) booleanbytegetByte()chargetChar()doublefloatgetFloat()intgetInt()abstract LiteralAnswer the object of this statement as a Literal, or throw a LiteralRequiredException.longgetLong()getModel()abstract RDFNodeabstract Propertyabstract ResourceshortgetShort()abstract ResourcetoString()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
-
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
-
toString
Answer a string describing this Statement in a vaguely pretty way, with the representations of the subject, predicate, and object in that order.
-