Uses of Class
org.openurp.edu.base.model.AuditState
-
Packages that use AuditState Package Description org.openurp.edu.base.model org.openurp.edu.clazz.model org.openurp.edu.program.model org.openurp.edu.program.plan.model -
-
Uses of AuditState in org.openurp.edu.base.model
Methods in org.openurp.edu.base.model that return AuditState Modifier and Type Method Description static AuditStateAuditState. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditState[]AuditState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuditState in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return AuditState Modifier and Type Method Description AuditStateClazz. getState()Methods in org.openurp.edu.clazz.model with parameters of type AuditState Modifier and Type Method Description voidClazz. setState(AuditState state) -
Uses of AuditState in org.openurp.edu.program.model
Methods in org.openurp.edu.program.model that return AuditState Modifier and Type Method Description AuditStateProgram. getState()Methods in org.openurp.edu.program.model with parameters of type AuditState Modifier and Type Method Description voidProgram. setState(AuditState auditState) -
Uses of AuditState in org.openurp.edu.program.plan.model
Methods in org.openurp.edu.program.plan.model that return AuditState Modifier and Type Method Description AuditStateStdPlan. getAuditState()Methods in org.openurp.edu.program.plan.model with parameters of type AuditState Modifier and Type Method Description voidStdPlan. setAuditState(AuditState auditState)
-