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 TypeMethodDescriptionvoidAuthorAt.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 AuthorRoleGets the Enum with a given codestatic AuthorRoleReturns 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.