Home about services products contact login
   com.smardec

J2Native

  j2native
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
Home about services products contact login