com.smardec.j2native
Interface FloatType

All Superinterfaces:
NumericType
All Known Implementing Classes:
FloatArgument

public interface FloatType
extends NumericType

Common interface for all floating-point types


Method Summary
 void setValue(double value)
          Sets a floating-point value.
 
Methods inherited from interface com.smardec.j2native.NumericType
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
 

Method Detail

setValue

public void setValue(double value)
Sets a floating-point value.

Parameters:
value - floating-point value


Copyright © 2004-2006 Smardec. All Rights Reserved.