Uses of Class
tilda.enums.MigrationType
-
Packages that use MigrationType Package Description tilda.enums -
-
Uses of MigrationType in tilda.enums
Methods in tilda.enums that return MigrationType Modifier and Type Method Description static MigrationType
MigrationType. parse(java.lang.String Str)
static MigrationType
MigrationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MigrationType[]
MigrationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-