Uses of Class
io.vertx.tp.atom.cv.em.ModelType
-
Packages that use ModelType Package Description io.vertx.tp.atom.cv.em io.vertx.tp.atom.modeling io.vertx.tp.atom.modeling.data io.vertx.tp.modular.query io.vertx.tp.optic.modeling -
-
Uses of ModelType in io.vertx.tp.atom.cv.em
Methods in io.vertx.tp.atom.cv.em that return ModelType Modifier and Type Method Description static ModelTypeModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelType[]ModelType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ModelType in io.vertx.tp.atom.modeling
Methods in io.vertx.tp.atom.modeling that return ModelType Modifier and Type Method Description ModelTypeModel. type() -
Uses of ModelType in io.vertx.tp.atom.modeling.data
Methods in io.vertx.tp.atom.modeling.data that return ModelType Modifier and Type Method Description ModelTypeDataEvent. getType() -
Uses of ModelType in io.vertx.tp.modular.query
Methods in io.vertx.tp.modular.query with parameters of type ModelType Modifier and Type Method Description static IngestIngest. create(ModelType type) -
Uses of ModelType in io.vertx.tp.optic.modeling
Methods in io.vertx.tp.optic.modeling that return ModelType Modifier and Type Method Description ModelTypeJsonModel. type()
-