Enum Class的使用
org.openurp.edu.exam.model.PublishState
使用PublishState的程序包
-
org.openurp.edu.exam.model中PublishState的使用
修饰符和类型方法说明ExamActivity.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.参数类型为PublishState的org.openurp.edu.exam.model中的方法修饰符和类型方法说明voidExamActivity.setPublishState(PublishState publishState) voidExamGroup.setPublishState(PublishState publishState)