Uses of Enum Class
org.openurp.edu.clazz.app.model.enums.ConstraintType
Packages that use ConstraintType
Package
Description
-
Uses of ConstraintType in org.openurp.edu.clazz.app.model.constraint
Methods in org.openurp.edu.clazz.app.model.constraint that return ConstraintTypeMethods in org.openurp.edu.clazz.app.model.constraint with parameters of type ConstraintTypeModifier and TypeMethodDescriptionvoidConstraintLogger.setConstraintType(ConstraintType constraintType) -
Uses of ConstraintType in org.openurp.edu.clazz.app.model.enums
Methods in org.openurp.edu.clazz.app.model.enums that return ConstraintTypeModifier and TypeMethodDescriptionstatic ConstraintTypeReturns the enum constant of this class with the specified name.static ConstraintType[]ConstraintType.values()Returns an array containing the constants of this enum class, in the order they are declared.