java.lang.Object
org.apache.thrift.TUnion<RDF_Term,RDF_Term._Fields>
org.apache.jena.riot.thrift.wire.RDF_Term
- All Implemented Interfaces:
Serializable
,Comparable<RDF_Term>
,org.apache.thrift.TBase<RDF_Term,
,RDF_Term._Fields> org.apache.thrift.TSerializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<RDF_Term._Fields,
org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RDF_Term
static RDF_Term
int
deepCopy()
boolean
boolean
fieldForId
(int fieldId) getAny()
getBnode()
getIri()
double
long
int
hashCode()
static RDF_Term
boolean
isSetAny()
boolean
boolean
isSetIri()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
static RDF_Term
literal
(RDF_Literal value) static RDF_Term
prefixName
(RDF_PrefixName value) static RDF_Term
repeat
(RDF_REPEAT value) void
void
void
void
setLiteral
(RDF_Literal value) void
setPrefixName
(RDF_PrefixName value) void
setRepeat
(RDF_REPEAT value) void
setTripleTerm
(RDF_Triple value) void
setUndefined
(RDF_UNDEF value) void
setValDecimal
(RDF_Decimal value) void
setValDouble
(double value) void
setValInteger
(long value) void
setVariable
(RDF_VAR value) static RDF_Term
tripleTerm
(RDF_Triple value) static RDF_Term
static RDF_Term
valDecimal
(RDF_Decimal value) static RDF_Term
valDouble
(double value) static RDF_Term
valInteger
(long value) static RDF_Term
Methods inherited from class org.apache.thrift.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
-
Field Details
-
metaDataMap
-
-
Constructor Details
-
RDF_Term
public RDF_Term() -
RDF_Term
-
RDF_Term
-
-
Method Details
-
deepCopy
-
iri
-
bnode
-
literal
-
prefixName
-
variable
-
any
-
undefined
-
repeat
-
tripleTerm
-
valInteger
-
valDouble
-
valDecimal
-
fieldForId
-
getIri
-
setIri
-
getBnode
-
setBnode
-
getLiteral
-
setLiteral
-
getPrefixName
-
setPrefixName
-
getVariable
-
setVariable
-
getAny
-
setAny
-
getUndefined
-
setUndefined
-
getRepeat
-
setRepeat
-
getTripleTerm
-
setTripleTerm
-
getValInteger
public long getValInteger() -
setValInteger
public void setValInteger(long value) -
getValDouble
public double getValDouble() -
setValDouble
public void setValDouble(double value) -
getValDecimal
-
setValDecimal
-
isSetIri
public boolean isSetIri() -
isSetBnode
public boolean isSetBnode() -
isSetLiteral
public boolean isSetLiteral() -
isSetPrefixName
public boolean isSetPrefixName() -
isSetVariable
public boolean isSetVariable() -
isSetAny
public boolean isSetAny() -
isSetUndefined
public boolean isSetUndefined() -
isSetRepeat
public boolean isSetRepeat() -
isSetTripleTerm
public boolean isSetTripleTerm() -
isSetValInteger
public boolean isSetValInteger() -
isSetValDouble
public boolean isSetValDouble() -
isSetValDecimal
public boolean isSetValDecimal() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-