Class jinaPair

java.lang.Object
  |
  +--jinaPair

public class jinaPair
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaPair()
           
protected jinaPair(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaPair obj)
           
 int getJinaTsId()
           
 SWIGTYPE_p_void getTo1()
           
 SWIGTYPE_p_void getTo2()
           
 int getType1()
           
 int getType2()
           
 void setJinaTsId(int ts_id)
           
 void setTo1(SWIGTYPE_p_void to1)
           
 void setTo2(SWIGTYPE_p_void to2)
           
 void setType1(int type1)
           
 void setType2(int type2)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

jinaPair

protected jinaPair(long cPtr,
                   boolean cMemoryOwn)

jinaPair

public jinaPair()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaPair obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType1

public void setType1(int type1)

getType1

public int getType1()

setType2

public void setType2(int type2)

getType2

public int getType2()

setTo1

public void setTo1(SWIGTYPE_p_void to1)

getTo1

public SWIGTYPE_p_void getTo1()

setTo2

public void setTo2(SWIGTYPE_p_void to2)

getTo2

public SWIGTYPE_p_void getTo2()