Class jinaPropDef

java.lang.Object
  |
  +--jinaPropDef

public class jinaPropDef
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaPropDef()
           
protected jinaPropDef(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaPropDef obj)
           
 int getDofree()
           
 SWIGTYPE_p_f___void getFree_func()
           
 SWIGTYPE_p_void getJinaProp()
           
 int getJinaTsId()
           
 int getType()
           
 void setDofree(int dofree)
           
 void setFree_func(SWIGTYPE_p_f___void free_func)
           
 void setJinaProp(SWIGTYPE_p_void prop)
           
 void setJinaTsId(int ts_id)
           
 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

jinaPropDef

protected jinaPropDef(long cPtr,
                      boolean cMemoryOwn)

jinaPropDef

public jinaPropDef()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaPropDef obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(int type)

getType

public int getType()

setJinaProp

public void setJinaProp(SWIGTYPE_p_void prop)

getJinaProp

public SWIGTYPE_p_void getJinaProp()

setFree_func

public void setFree_func(SWIGTYPE_p_f___void free_func)

getFree_func

public SWIGTYPE_p_f___void getFree_func()

setDofree

public void setDofree(int dofree)

getDofree

public int getDofree()