Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.IntendedEndUserRole
Packages that use IntendedEndUserRole
Package
Description
-
Uses of IntendedEndUserRole in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type IntendedEndUserRoleModifier and TypeMethodDescriptionEducational.getIntendedEndUserRole()Retrieves the list of intended end user roles associated with this educational resource.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type IntendedEndUserRoleModifier and TypeMethodDescriptionvoidEducational.setIntendedEndUserRole(List<SourceValuePair<IntendedEndUserRole>> intendedEndUserRole) Sets the list of intended end user roles associated with this educational resource. -
Uses of IntendedEndUserRole in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return IntendedEndUserRoleModifier and TypeMethodDescriptionstatic IntendedEndUserRoleReturns the enum constant of this class with the specified name.static IntendedEndUserRole[]IntendedEndUserRole.values()Returns an array containing the constants of this enum class, in the order they are declared.