com.sfm.ap210.jsdai.param
Interface StringParam

All Superinterfaces:
Param
All Known Implementing Classes:
StringParamImpl

public interface StringParam
extends Param

A skeletal interface for a string value parameter.


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

Method Detail

getValue

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