Uses of Enum Class
org.openurp.base.edu.model.AuditState
Packages that use AuditState
Package
Description
-
Uses of AuditState in org.openurp.base.edu.model
Methods in org.openurp.base.edu.model that return AuditStateModifier and TypeMethodDescriptionstatic AuditStateReturns the enum constant of this class with the specified name.static AuditState[]AuditState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuditState in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return AuditStateMethods in org.openurp.edu.clazz.model with parameters of type AuditState -
Uses of AuditState in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return AuditStateMethods in org.openurp.edu.program.model with parameters of type AuditStateModifier and TypeMethodDescriptionvoidAbstractCoursePlan.setAuditState(AuditState auditState)voidProgram.setAuditState(AuditState auditState)