com.jniwrapper
Interface FloatParameter

All Known Implementing Classes:
AbstractFloat

public interface FloatParameter

Common interface for all floating-point types.


Method Summary
 double getValue()
          Returns floating point value of object instance
 void setValue(double d)
          Sets floating point value to specified value
 

Method Detail

getValue

public double getValue()
Returns floating point value of object instance


setValue

public void setValue(double d)
Sets floating point value to specified value