Uses of Class
edu.cornell.mannlib.vitro.webapp.search.controller.SearchServiceController.Verb
-
Packages that use SearchServiceController.Verb Package Description edu.cornell.mannlib.vitro.webapp.search.controller -
-
Uses of SearchServiceController.Verb in edu.cornell.mannlib.vitro.webapp.search.controller
Methods in edu.cornell.mannlib.vitro.webapp.search.controller that return SearchServiceController.Verb Modifier and Type Method Description static SearchServiceController.VerbSearchServiceController.Verb. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchServiceController.Verb[]SearchServiceController.Verb. values()Returns an array containing the constants of this enum type, in the order they are declared.
-