Uses of Class
org.openurp.edu.exam.model.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. publishState排考结果是否发布Methods in org.openurp.edu.exam.model that return PublishState Modifier and Type Method Description PublishStateExamActivity. getPublishState()PublishStateExamGroup. getPublishState()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. setPublishState(PublishState publishState)voidExamGroup. setPublishState(PublishState publishState)