Uses of Class
edu.cornell.mannlib.vitro.webapp.auth.checks.CheckType
-
Packages that use CheckType Package Description edu.cornell.mannlib.vitro.webapp.auth.checks -
-
Uses of CheckType in edu.cornell.mannlib.vitro.webapp.auth.checks
Methods in edu.cornell.mannlib.vitro.webapp.auth.checks that return CheckType Modifier and Type Method Description CheckTypeAbstractCheck. getType()CheckTypeCheck. getType()static CheckTypeCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckType[]CheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.auth.checks with parameters of type CheckType Modifier and Type Method Description voidAbstractCheck. setType(CheckType testType)voidCheck. setType(CheckType valueOf)
-