Uses of Class
com.wavefront.data.Validation.Level
-
Packages that use Validation.Level Package Description com.wavefront.data -
-
Uses of Validation.Level in com.wavefront.data
Methods in com.wavefront.data that return Validation.Level Modifier and Type Method Description static Validation.LevelValidation.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Validation.Level[]Validation.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.wavefront.data with parameters of type Validation.Level Modifier and Type Method Description static voidValidation. validatePoint(ReportPoint point, String source, Validation.Level validationLevel)Deprecated.
-