Uses of Class
com.github.elibracha.model.Change.Type
-
Packages that use Change.Type Package Description com.github.elibracha.model -
-
Uses of Change.Type in com.github.elibracha.model
Methods in com.github.elibracha.model that return Change.Type Modifier and Type Method Description static Change.TypeChange.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Change.Type[]Change.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-