Uses of Class
cronapp.reports.commons.ParameterType
-
Packages that use ParameterType Package Description cronapp.reports.commons -
-
Uses of ParameterType in cronapp.reports.commons
Methods in cronapp.reports.commons that return ParameterType Modifier and Type Method Description ParameterTypeParameter. getType()static ParameterTypeParameterType. toType(Class<?> aClass)static ParameterTypeParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterType[]ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cronapp.reports.commons with parameters of type ParameterType Modifier and Type Method Description voidParameter. setType(ParameterType type)Constructors in cronapp.reports.commons with parameters of type ParameterType Constructor Description Parameter(String name, ParameterType type, Object value)
-