Uses of Class
io.vertx.tp.atom.cv.em.CheckResult
-
Packages that use CheckResult Package Description io.vertx.tp.atom.cv.em io.vertx.tp.modular.metadata -
-
Uses of CheckResult in io.vertx.tp.atom.cv.em
Methods in io.vertx.tp.atom.cv.em that return CheckResult Modifier and Type Method Description static CheckResultCheckResult. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckResult[]CheckResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckResult in io.vertx.tp.modular.metadata
Methods in io.vertx.tp.modular.metadata that return CheckResult Modifier and Type Method Description CheckResultAbstractSentence. checkFieldType(MField field, ConcurrentMap<String,Object> columnDetail)CheckResultAoSentence. checkFieldType(MField field, ConcurrentMap<String,Object> columnDetail)
-