com.sfm.ap210.jsdai.param
Interface IntegerParam

All Superinterfaces:
Param
All Known Implementing Classes:
IntegerParamImpl

public interface IntegerParam
extends Param

A skeletal interface for a integral parameter.


Method Summary
 int getIntegerValue()
           
 java.lang.Integer getValue()
           
 
Methods inherited from interface com.sfm.ap210.jsdai.param.Param
getName, toString
 

Method Detail

getIntegerValue

int getIntegerValue()

getValue

java.lang.Integer getValue()
Specified by:
getValue in interface Param