Uses of Class
org.openurp.edu.exam.model.PublishState
-
Packages that use PublishState Package Description org.openurp.edu.exam.model -
-
Uses of PublishState in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as PublishState Modifier and Type Field Description PublishStateExamGroup. state排考结果是否发布Methods in org.openurp.edu.exam.model that return PublishState Modifier and Type Method Description PublishStateExamActivity. getState()PublishStateExamGroup. getState()static PublishStatePublishState. valueOf(String name)Returns the enum constant of this type with the specified name.static PublishState[]PublishState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openurp.edu.exam.model with parameters of type PublishState Modifier and Type Method Description voidExamActivity. setState(PublishState state)voidExamGroup. setState(PublishState state)
-