de.humatic.dsj.com
Class DMO.DMOParameterInfo

java.lang.Object
  extended by de.humatic.dsj.com.DMO.DMOParameterInfo
Enclosing class:
DMO

public class DMO.DMOParameterInfo
extends java.lang.Object


Method Summary
 int getCaps()
           
 float getDefault()
           
 int getIndex()
           
 float getMaximum()
           
 float getMinimum()
           
 java.lang.String getName()
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getType

public int getType()

getCaps

public int getCaps()

getIndex

public int getIndex()

getMinimum

public float getMinimum()

getMaximum

public float getMaximum()

getDefault

public float getDefault()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object