Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.Role
Packages that use Role
-
Uses of Role in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return RoleModifier and TypeMethodDescriptionstatic RoleReturns the enum constant of this class with the specified name.static Role[]Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.types that return types with arguments of type RoleModifier and TypeMethodDescriptionContribute.getRole()Retrieves the role associated with the current contribution.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type RoleModifier and TypeMethodDescriptionvoidContribute.setRole(SourceValuePair<Role> role) Sets the role associated with the current contribution.