Uses of Enum Class
org.openurp.edu.exam.model.PublishState
Packages that use PublishState
-
Uses of PublishState in org.openurp.edu.exam.model
Fields in org.openurp.edu.exam.model declared as PublishStateMethods in org.openurp.edu.exam.model that return PublishStateModifier and TypeMethodDescriptionExamActivity.getPublishState()ExamGroup.getPublishState()static PublishStateReturns the enum constant of this class with the specified name.static PublishState[]PublishState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openurp.edu.exam.model with parameters of type PublishStateModifier and TypeMethodDescriptionvoidExamActivity.setPublishState(PublishState publishState) voidExamGroup.setPublishState(PublishState publishState)