Uses of Class
com.acumenvelocity.ath.model.ParametersFormat
-
Packages that use ParametersFormat Package Description com.acumenvelocity.ath.model -
-
Uses of ParametersFormat in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return ParametersFormat Modifier and Type Method Description static ParametersFormatParametersFormat. fromValue(String text)ParametersFormatFilterInfo. getParametersFormat()static ParametersFormatParametersFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ParametersFormat[]ParametersFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.acumenvelocity.ath.model with parameters of type ParametersFormat Modifier and Type Method Description FilterInfoFilterInfo. parametersFormat(ParametersFormat parametersFormat)voidFilterInfo. setParametersFormat(ParametersFormat parametersFormat)
-