Class jinaGeneric

java.lang.Object
  |
  +--jinaGeneric

public class jinaGeneric
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaGeneric()
           
protected jinaGeneric(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaGeneric obj)
           
 int getJinaTsId()
           
 long getLabel()
           
 jinaList getProps()
           
 SWIGTYPE_p_void getTo()
           
 long getType()
           
 void setJinaTsId(int ts_id)
           
 void setLabel(long label)
           
 void setProps(jinaList props)
           
 void setTo(SWIGTYPE_p_void to)
           
 void setType(long 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

jinaGeneric

protected jinaGeneric(long cPtr,
                      boolean cMemoryOwn)

jinaGeneric

public jinaGeneric()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaGeneric obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(long type)

getType

public long getType()

setLabel

public void setLabel(long label)

getLabel

public long getLabel()

setTo

public void setTo(SWIGTYPE_p_void to)

getTo

public SWIGTYPE_p_void getTo()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()