Class jinaScalar

java.lang.Object
  |
  +--jinaScalar

public class jinaScalar
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaScalar()
           
protected jinaScalar(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaScalar obj)
           
 int getJinaTsId()
           
 long getLabel()
           
 jinaList getProps()
           
 long getType()
           
 float getVal()
           
 void setJinaTsId(int ts_id)
           
 void setLabel(long label)
           
 void setProps(jinaList props)
           
 void setType(long type)
           
 void setVal(float val)
           
 
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

jinaScalar

protected jinaScalar(long cPtr,
                     boolean cMemoryOwn)

jinaScalar

public jinaScalar()
Method Detail

finalize

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

delete

public void delete()

getCPtr

protected static long getCPtr(jinaScalar 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()

setVal

public void setVal(float val)

getVal

public float getVal()

setProps

public void setProps(jinaList props)

getProps

public jinaList getProps()