Class Rights
java.lang.Object
dev.jcputney.elearning.parser.input.lom.Rights
- All Implemented Interfaces:
Serializable
Represents the rights information of a learning object, including cost, copyright, and
descriptions.
This class is part of the Learning Object Metadata (LOM) model and is used to describe the rights associated with a learning object.
Schema snippet:
<complexType name="rights">
<complexContent>
<extension base="rightsVocab">
<attributeGroup ref="ag:rights"/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Rights
public Rights()
-