Uses of Class
io.virtualan.params.ParamTypes
-
Packages that use ParamTypes Package Description io.virtualan.params -
-
Uses of ParamTypes in io.virtualan.params
Methods in io.virtualan.params that return ParamTypes Modifier and Type Method Description static ParamTypesParamTypes. fromString(java.lang.String paramType)static ParamTypesParamTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParamTypes[]ParamTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-