Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.CopyrightAndOtherRestrictions
Packages that use CopyrightAndOtherRestrictions
Package
Description
-
Uses of CopyrightAndOtherRestrictions in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type CopyrightAndOtherRestrictionsModifier and TypeMethodDescriptionRights.getCopyrightAndOtherRestrictions()Retrieves the copyright and other restrictions information associated with the learning object.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type CopyrightAndOtherRestrictionsModifier and TypeMethodDescriptionvoidRights.setCopyrightAndOtherRestrictions(SourceValuePair<CopyrightAndOtherRestrictions> copyrightAndOtherRestrictions) Sets the copyright and other restrictions information associated with the learning object. -
Uses of CopyrightAndOtherRestrictions in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return CopyrightAndOtherRestrictionsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CopyrightAndOtherRestrictions[]CopyrightAndOtherRestrictions.values()Returns an array containing the constants of this enum class, in the order they are declared.