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