net.sf.jameleon.function
Interface ParamTypeValidatable

All Known Implementing Classes:
AbstractValidParamType, DefaultValidParamType

public interface ParamTypeValidatable

Used to as a means to support valid <param-type>'s for a specific functional point.


Method Summary
 String getValidTypes()
           
 boolean isValidType(String type)
           
 

Method Detail

isValidType

boolean isValidType(String type)
Returns:
true if the param type is supported.

getValidTypes

String getValidTypes()
Returns:
all of the valid param types concatenated into a String


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.