java.lang.Object
org.apache.jena.riot.thrift.wire.RDF_VarTuple
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<RDF_VarTuple>
,org.apache.thrift.TBase<RDF_VarTuple,
,RDF_VarTuple._Fields> org.apache.thrift.TSerializable
public class RDF_VarTuple
extends Object
implements org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>, Serializable, Cloneable, Comparable<RDF_VarTuple>
- 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_VarTuple._Fields,
org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionRDF_VarTuple
(List<RDF_VAR> vars) RDF_VarTuple
(RDF_VarTuple other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
int
compareTo
(RDF_VarTuple other) deepCopy()
boolean
boolean
equals
(RDF_VarTuple that) fieldForId
(int fieldId) getVars()
int
int
hashCode()
boolean
isSet
(RDF_VarTuple._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
Returns true if field vars is set (has been assigned a value) and false otherwisevoid
read
(org.apache.thrift.protocol.TProtocol iprot) void
setFieldValue
(RDF_VarTuple._Fields field, Object value) void
setVarsIsSet
(boolean value) toString()
void
void
validate()
void
write
(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
vars
-
metaDataMap
-
-
Constructor Details
-
RDF_VarTuple
public RDF_VarTuple() -
RDF_VarTuple
-
RDF_VarTuple
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<RDF_VarTuple,
RDF_VarTuple._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.thrift.TBase<RDF_VarTuple,
RDF_VarTuple._Fields>
-
getVarsSize
public int getVarsSize() -
getVarsIterator
-
addToVars
-
getVars
-
setVars
-
unsetVars
public void unsetVars() -
isSetVars
public boolean isSetVars()Returns true if field vars is set (has been assigned a value) and false otherwise -
setVarsIsSet
public void setVarsIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<RDF_VarTuple,
RDF_VarTuple._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<RDF_VarTuple,
RDF_VarTuple._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<RDF_VarTuple,
RDF_VarTuple._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<RDF_VarTuple>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<RDF_VarTuple,
RDF_VarTuple._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
read
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
write
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-