Class jinaUcbs

java.lang.Object
  |
  +--jinaUcbs

public class jinaUcbs
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaUcbs()
           
protected jinaUcbs(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaUcbs obj)
           
 SWIGTYPE_p_double getCx()
           
 int getJinaTsId()
           
 int getN()
           
 jinaList getProps()
           
 int getType()
           
 void setCx(SWIGTYPE_p_double cx)
           
 void setJinaTsId(int ts_id)
           
 void setN(int n)
           
 void setProps(jinaList props)
           
 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

jinaUcbs

protected jinaUcbs(long cPtr,
                   boolean cMemoryOwn)

jinaUcbs

public jinaUcbs()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaUcbs obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(int type)

getType

public int getType()

setN

public void setN(int n)

getN

public int getN()

setCx

public void setCx(SWIGTYPE_p_double cx)

getCx

public SWIGTYPE_p_double getCx()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()