com.smardec.j2native
Interface IntegerType

All Superinterfaces:
NumericType
All Known Implementing Classes:
Int, IntegerArgument, UInt

public interface IntegerType
extends NumericType

Common interface for all integer types


Method Summary
 void setValue(long value)
          Sets an integer value
 
Methods inherited from interface com.smardec.j2native.NumericType
booleanValue, byteValue, doubleValue, floatValue, intValue, longValue, shortValue
 

Method Detail

setValue

public void setValue(long value)
Sets an integer value

Parameters:
value - integer value


Copyright © 2004-2005 Smardec. All Rights Reserved.