Class jinaWindex

java.lang.Object
  |
  +--jinaWindex

public class jinaWindex
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaWindex()
           
protected jinaWindex(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaWindex obj)
           
 SWIGTYPE_p_p_p_void getIndex()
           
 int getJinaTsId()
           
 int getM()
           
 int getN()
           
 jinaImregion getRegion()
           
 int getType()
           
 void setIndex(SWIGTYPE_p_p_p_void index)
           
 void setJinaTsId(int ts_id)
           
 void setM(int m)
           
 void setN(int n)
           
 void setRegion(jinaImregion region)
           
 void setType(int type)
           
 
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

jinaWindex

protected jinaWindex(long cPtr,
                     boolean cMemoryOwn)

jinaWindex

public jinaWindex()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaWindex obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(int type)

getType

public int getType()

setM

public void setM(int m)

getM

public int getM()

setN

public void setN(int n)

getN

public int getN()

setRegion

public void setRegion(jinaImregion region)

getRegion

public jinaImregion getRegion()

setIndex

public void setIndex(SWIGTYPE_p_p_p_void index)

getIndex

public SWIGTYPE_p_p_p_void getIndex()