com.sfm.ap210.jsdai.param
Interface BooleanParam

All Superinterfaces:
Param
All Known Implementing Classes:
BooleanParamImpl

public interface BooleanParam
extends Param

A skeletal interface for a boolean parameter.


Method Summary
 boolean getBooleanValue()
           
 java.lang.Boolean getValue()
           
 
Methods inherited from interface com.sfm.ap210.jsdai.param.Param
getName, toString
 

Method Detail

getBooleanValue

boolean getBooleanValue()

getValue

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