Uses of Class
dev.jcputney.elearning.parser.input.xapi.types.SimpleLangString
Packages that use SimpleLangString
-
Uses of SimpleLangString in dev.jcputney.elearning.parser.input.xapi.tincan
Methods in dev.jcputney.elearning.parser.input.xapi.tincan that return types with arguments of type SimpleLangStringModifier and TypeMethodDescriptionTincanActivity.getDescriptions()Gets the list of activity descriptions.TincanActivity.getLaunches()Gets the list of launch URLs.TincanActivity.getNames()Gets the list of activity names.Method parameters in dev.jcputney.elearning.parser.input.xapi.tincan with type arguments of type SimpleLangStringModifier and TypeMethodDescriptionvoidTincanActivity.setDescriptions(List<SimpleLangString> descriptions) Sets the list of activity descriptions.voidTincanActivity.setLaunches(List<SimpleLangString> launches) Sets the list of launch URLs.voidTincanActivity.setNames(List<SimpleLangString> names) Sets the list of activity names.Constructor parameters in dev.jcputney.elearning.parser.input.xapi.tincan with type arguments of type SimpleLangStringModifierConstructorDescriptionTincanActivity(String id, String type, List<SimpleLangString> names, List<SimpleLangString> descriptions, List<SimpleLangString> launches) Constructor with all fields.