Uses of Class
org.openjump.core.ui.plugin.datastore.transaction.Evolution.Type
-
Packages that use Evolution.Type Package Description org.openjump.core.ui.plugin.datastore.transaction -
-
Uses of Evolution.Type in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction that return Evolution.Type Modifier and Type Method Description Evolution.Type
Evolution. getType()
static Evolution.Type
Evolution.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Evolution.Type[]
Evolution.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-