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