Uses of Enum Class
nl.b3p.tailormap.api.persistence.json.JDBCConnectionProperties.DbtypeEnum
Packages that use JDBCConnectionProperties.DbtypeEnum
Package
Description
-
Uses of JDBCConnectionProperties.DbtypeEnum in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return JDBCConnectionProperties.DbtypeEnumModifier and TypeMethodDescriptionJDBCConnectionProperties.getDbtype()Get dbtypeReturns the enum constant of this class with the specified name.static JDBCConnectionProperties.DbtypeEnum[]JDBCConnectionProperties.DbtypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.b3p.tailormap.api.persistence.json with parameters of type JDBCConnectionProperties.DbtypeEnumModifier and TypeMethodDescriptionJDBCConnectionProperties.dbtype(JDBCConnectionProperties.DbtypeEnum dbtype) voidJDBCConnectionProperties.setDbtype(JDBCConnectionProperties.DbtypeEnum dbtype) -
Uses of JDBCConnectionProperties.DbtypeEnum in nl.b3p.tailormap.api.persistence.projections
Methods in nl.b3p.tailormap.api.persistence.projections that return JDBCConnectionProperties.DbtypeEnum