se.lth.cs.opi
Class OPIAttributeInfo

java.lang.Object
  extended byse.lth.cs.opi.OPIAttributeInfo

public class OPIAttributeInfo
extends java.lang.Object


Constructor Summary
OPIAttributeInfo(long cPointer, boolean cMemoryOwn)
           
 
Method Summary
 int getAttributeType()
           
 long getCPtr()
           
 int getGettable()
           
 OPIAttribute getMax()
           
 OPIAttribute getMin()
           
 int getSettable()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPIAttributeInfo

public OPIAttributeInfo(long cPointer,
                        boolean cMemoryOwn)
Method Detail

getCPtr

public long getCPtr()

getAttributeType

public int getAttributeType()

getGettable

public int getGettable()

getSettable

public int getSettable()

getType

public int getType()

getMin

public OPIAttribute getMin()

getMax

public OPIAttribute getMax()