Uses of Class
global.maplink.tracking.schema.errors.ValidationErrorType
-
Packages that use ValidationErrorType Package Description global.maplink.tracking.schema.errors -
-
Uses of ValidationErrorType in global.maplink.tracking.schema.errors
Methods in global.maplink.tracking.schema.errors that return ValidationErrorType Modifier and Type Method Description static ValidationErrorTypeValidationErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationErrorType[]ValidationErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in global.maplink.tracking.schema.errors with parameters of type ValidationErrorType Modifier and Type Method Description static List<ValidationViolation>GeoPointValidator. validateGeoPoint(GeoPoint geoPoint, ValidationErrorType nullLocationError, ValidationErrorType nullLatLonError)
-