Uses of Enum Class
org.projecthusky.common.at.enums.AuthorRole
Packages that use AuthorRole
-
Uses of AuthorRole in org.projecthusky.common.at
Methods in org.projecthusky.common.at that return AuthorRoleMethods in org.projecthusky.common.at with parameters of type AuthorRoleModifier and TypeMethodDescriptionvoid
AuthorAt.setRoleFunction
(AuthorRole code) Sets the author function code. -
Uses of AuthorRole in org.projecthusky.common.at.enums
Methods in org.projecthusky.common.at.enums that return AuthorRoleModifier and TypeMethodDescriptionstatic AuthorRole
Gets the Enum with a given codestatic AuthorRole
Returns the enum constant of this class with the specified name.static AuthorRole[]
AuthorRole.values()
Returns an array containing the constants of this enum class, in the order they are declared.