Uses of Class
com.acsinet_solutions.util.ConversionType

Packages that use ConversionType
com.acsinet_solutions.cetia4.controller.support Implementation of servlets and other classes that are not REST specific, so they may be reused on portlet or other environments. 
com.acsinet_solutions.util This package contains basic classes and interface definitions, that are so generic to be in a more specific package. 
 

Uses of ConversionType in com.acsinet_solutions.cetia4.controller.support
 

Constructors in com.acsinet_solutions.cetia4.controller.support with parameters of type ConversionType
ParameterIterator(ParameterAccessor accessor, Perl5Regexp regexp, ConversionType... keyTypes)
          Single key constructor.
ParameterIterator(ParameterAccessor accessor, java.lang.String re, ConversionType... keyTypes)
          Single key constructor.
 

Uses of ConversionType in com.acsinet_solutions.util
 

Methods in com.acsinet_solutions.util that return ConversionType
static ConversionType ConversionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConversionType[] ConversionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.acsinet_solutions.util with parameters of type ConversionType
static java.lang.Object Conversion.asType(java.lang.Object obj, ConversionType type)