Class RDF_VarTuple

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:
  • Field Details

  • Constructor Details

    • RDF_VarTuple

      public RDF_VarTuple()
    • RDF_VarTuple

      public RDF_VarTuple(List<RDF_VAR> vars)
    • RDF_VarTuple

      public RDF_VarTuple(RDF_VarTuple other)
      Performs a deep copy on other.
  • Method Details

    • deepCopy

      public RDF_VarTuple deepCopy()
      Specified by:
      deepCopy in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
    • getVarsSize

      public int getVarsSize()
    • getVarsIterator

      public Iterator<RDF_VAR> getVarsIterator()
    • addToVars

      public void addToVars(RDF_VAR elem)
    • getVars

      public List<RDF_VAR> getVars()
    • setVars

      public RDF_VarTuple setVars(List<RDF_VAR> vars)
    • 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

      public void setFieldValue(RDF_VarTuple._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
    • getFieldValue

      public Object getFieldValue(RDF_VarTuple._Fields field)
      Specified by:
      getFieldValue in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
    • isSet

      public boolean isSet(RDF_VarTuple._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(RDF_VarTuple that)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • compareTo

      public int compareTo(RDF_VarTuple other)
      Specified by:
      compareTo in interface Comparable<RDF_VarTuple>
    • fieldForId

      public RDF_VarTuple._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.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 interface org.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 interface org.apache.thrift.TSerializable
      Throws:
      org.apache.thrift.TException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

      public void validate() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException