Uses of Enum Class
org.openurp.edu.clazz.app.model.enums.ElectionProfileType
Packages that use ElectionProfileType
-
Uses of ElectionProfileType in org.openurp.edu.clazz.app.model
Methods in org.openurp.edu.clazz.app.model that return ElectionProfileTypeMethods in org.openurp.edu.clazz.app.model with parameters of type ElectionProfileTypeModifier and TypeMethodDescriptionvoidElectionProfile.setProfileType(ElectionProfileType profileType) -
Uses of ElectionProfileType in org.openurp.edu.clazz.app.model.enums
Methods in org.openurp.edu.clazz.app.model.enums that return ElectionProfileTypeModifier and TypeMethodDescriptionstatic ElectionProfileTypeReturns the enum constant of this class with the specified name.static ElectionProfileType[]ElectionProfileType.values()Returns an array containing the constants of this enum class, in the order they are declared.