Uses of Enum Class
org.projecthusky.common.ch.enums.stable.AuthorSpeciality
Packages that use AuthorSpeciality
-
Uses of AuthorSpeciality in org.projecthusky.common.ch
Methods in org.projecthusky.common.ch that return AuthorSpecialityMethods in org.projecthusky.common.ch with parameters of type AuthorSpecialityModifier and TypeMethodDescriptionvoid
AuthorCh.setSpeciality
(AuthorSpeciality code) Sets the author speciality code. -
Uses of AuthorSpeciality in org.projecthusky.common.ch.enums.stable
Methods in org.projecthusky.common.ch.enums.stable that return AuthorSpecialityModifier and TypeMethodDescriptionstatic @Nullable AuthorSpeciality
Gets the Enum with a given code.static AuthorSpeciality
Returns the enum constant of this class with the specified name.static AuthorSpeciality[]
AuthorSpeciality.values()
Returns an array containing the constants of this enum class, in the order they are declared.