Uses of Class
org.ucmtwine.parameter.Parameter

Packages that use Parameter
org.ucmtwine.parameter   
org.ucmtwine.parameter.types   
 

Uses of Parameter in org.ucmtwine.parameter
 

Methods in org.ucmtwine.parameter that return Parameter
static Parameter Parameter.create(Class<?> type)
          Create an un-named, required, parameter.
static Parameter Parameter.create(String name)
          Shortcut to make a named String parameter.
static Parameter Parameter.create(String name, Class<?> type, boolean required)
          Factory method to create the concrete variable type.
 

Uses of Parameter in org.ucmtwine.parameter.types
 

Subclasses of Parameter in org.ucmtwine.parameter.types
 class BooleanParameter
           
 class DateParameter
           
 class DoubleParameter
           
 class FloatParameter
           
 class InjectedParameter
          Place-holder parameter which doesn't retrieve it's value from the binder, rather is injected when enumerating the parameter list before invocation.
 class IntegerParameter
           
 class LongParameter
           
 class ProviderParameter
           
 class ResultSetParameter
           
 class StringParameter
           
 



Copyright © 2012. All Rights Reserved.