Uses of Class
migratedb.v1.core.api.MigrationState.Category
-
Packages that use MigrationState.Category Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes. -
-
Uses of MigrationState.Category in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return MigrationState.Category Modifier and Type Method Description static MigrationState.CategoryMigrationState.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationState.Category[]MigrationState.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in migratedb.v1.core.api with parameters of type MigrationState.Category Modifier and Type Method Description booleanMigrationState. is(MigrationState.Category category)
-