Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.OfflineSynchModeType
Packages that use OfflineSynchModeType
-
Uses of OfflineSynchModeType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return OfflineSynchModeTypeModifier and TypeMethodDescriptionRsopSpec.getOfflineSynchMode()Retrieves the offline synchronization mode associated with the current resource.static OfflineSynchModeTypeReturns the enum constant of this class with the specified name.static OfflineSynchModeType[]OfflineSynchModeType.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 OfflineSynchModeTypeModifier and TypeMethodDescriptionvoidRsopSpec.setOfflineSynchMode(OfflineSynchModeType offlineSynchMode) Sets the offline synchronization mode for the resource.