Uses of Class
cn.mapway.ui.client.db.DbFieldType
-
Packages that use DbFieldType Package Description cn.mapway.ui.client.db cn.mapway.ui.client.mvc.attribute.marker -
-
Uses of DbFieldType in cn.mapway.ui.client.db
Methods in cn.mapway.ui.client.db that return DbFieldType Modifier and Type Method Description static DbFieldTypeDbFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbFieldTypeDbFieldType. valueOfCode(Integer code)static DbFieldType[]DbFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DbFieldType in cn.mapway.ui.client.mvc.attribute.marker
Methods in cn.mapway.ui.client.mvc.attribute.marker that return DbFieldType Modifier and Type Method Description DbFieldTypedataType()
-