Uses of Class
org.apache.tomcat.jakartaee.Migration.State
-
-
Uses of Migration.State in org.apache.tomcat.jakartaee
Methods in org.apache.tomcat.jakartaee that return Migration.State Modifier and Type Method Description static Migration.State
Migration.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Migration.State[]
Migration.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-