Uses of Enum Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types.ConditionCombinationType
Packages that use ConditionCombinationType
Package
Description
-
Uses of ConditionCombinationType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return ConditionCombinationTypeModifier and TypeMethodDescriptionRuleConditions.getConditionCombination()Retrieves the condition combination type associated with this set of rule conditions.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type ConditionCombinationTypeModifier and TypeMethodDescriptionvoidRuleConditions.setConditionCombination(ConditionCombinationType conditionCombination) Sets the condition combination type for the current instance. -
Uses of ConditionCombinationType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types that return ConditionCombinationTypeModifier and TypeMethodDescriptionstatic ConditionCombinationTypeReturns the enum constant of this class with the specified name.static ConditionCombinationType[]ConditionCombinationType.values()Returns an array containing the constants of this enum class, in the order they are declared.