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