Uses of Enum Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types.ConditionOperatorType
Packages that use ConditionOperatorType
Package
Description
-
Uses of ConditionOperatorType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup that return ConditionOperatorTypeModifier and TypeMethodDescriptionRollupCondition.getOperator()Retrieves the operator used to evaluate the rollup condition.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup with parameters of type ConditionOperatorTypeModifier and TypeMethodDescriptionvoidRollupCondition.setOperator(ConditionOperatorType operator) Sets the operator for this rollup condition. -
Uses of ConditionOperatorType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing that return ConditionOperatorTypeModifier and TypeMethodDescriptionRuleCondition.getOperator()Retrieves the condition operator associated with this rule condition.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type ConditionOperatorTypeModifier and TypeMethodDescriptionvoidRuleCondition.setOperator(ConditionOperatorType operator) Sets the condition operator for this rule condition.Constructors in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing with parameters of type ConditionOperatorTypeModifierConstructorDescriptionRuleCondition(String referencedObjective, MeasureType measureThreshold, ConditionOperatorType operator, SequencingRuleConditionType condition) Constructs a new instance of the RuleCondition class, which represents a condition used in sequencing and evaluation rules. -
Uses of ConditionOperatorType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types that return ConditionOperatorTypeModifier and TypeMethodDescriptionstatic ConditionOperatorTypeReturns the enum constant of this class with the specified name.static ConditionOperatorType[]ConditionOperatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.