org.naturalcli.parameters
Class DefaultParameterTypes

java.lang.Object
  extended by org.naturalcli.parameters.DefaultParameterTypes

public class DefaultParameterTypes
extends java.lang.Object

Helper class to obtain a set of default parameter types.

Author:
Ferran Busquets

Constructor Summary
DefaultParameterTypes()
           
 
Method Summary
static java.util.Set<IParameterType> createSet()
          Creates a set with a default parameter types.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultParameterTypes

public DefaultParameterTypes()
Method Detail

createSet

public static java.util.Set<IParameterType> createSet()
Creates a set with a default parameter types.

Returns:
a set with the default parameter types.
See Also:
EmailParamType, IdentifierParamType, IntegerParamType, StringParamType, FileParamType