Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.InvalidMenuItemActionType
Packages that use InvalidMenuItemActionType
-
Uses of InvalidMenuItemActionType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return InvalidMenuItemActionTypeModifier and TypeMethodDescriptionBehaviorSpec.getInvalidMenuItemAction()Retrieves the action type associated with invalid menu items.static InvalidMenuItemActionTypeReturns the enum constant of this class with the specified name.static InvalidMenuItemActionType[]InvalidMenuItemActionType.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.properties with parameters of type InvalidMenuItemActionTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setInvalidMenuItemAction(InvalidMenuItemActionType invalidMenuItemAction) Sets the action to be taken when an invalid menu item is encountered.