Uses of Class
org.apache.tomcat.jakartaee.Migration.State
-
-
Uses of Migration.State in org.apache.tomcat.jakartaee
Fields in org.apache.tomcat.jakartaee declared as Migration.State Modifier and Type Field Description private Migration.State
Migration. state
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.
-