Uses of Enum Class
org.projecthusky.common.at.enums.AuthorSpeciality
Packages that use AuthorSpeciality
-
Uses of AuthorSpeciality in org.projecthusky.common.at
Methods in org.projecthusky.common.at that return AuthorSpecialityMethods in org.projecthusky.common.at with parameters of type AuthorSpecialityModifier and TypeMethodDescriptionvoid
AuthorAt.setSpeciality
(AuthorSpeciality code) Sets the author speciality code. -
Uses of AuthorSpeciality in org.projecthusky.common.at.enums
Methods in org.projecthusky.common.at.enums that return AuthorSpecialityModifier and TypeMethodDescriptionstatic AuthorSpeciality
Gets the Enum with a given codestatic 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.