Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.PackageProperties
Packages that use PackageProperties
-
Uses of PackageProperties in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return PackagePropertiesModifier and TypeMethodDescriptionTechnical.getPackageProperties()Retrieves the package properties associated with this instance.Methods in dev.jcputney.elearning.parser.input.lom with parameters of type PackagePropertiesModifier and TypeMethodDescriptionvoidTechnical.setPackageProperties(PackageProperties packageProperties) Sets the package properties associated with this instance.Constructors in dev.jcputney.elearning.parser.input.lom with parameters of type PackagePropertiesModifierConstructorDescriptionTechnical(List<String> format, Integer size, List<String> location, List<Requirement> requirements, SingleLangString installationRemarks, SingleLangString otherPlatformRequirements, LomDuration duration, PackageProperties packageProperties, List<Object> customElements) Constructs a new instance of the Technical class with the specified parameters.