Class CatalogEntry
java.lang.Object
dev.jcputney.elearning.parser.input.lom.types.CatalogEntry
- All Implemented Interfaces:
Serializable
Represents a catalog entry in LOM metadata. This type is used for fields that require a catalog
entry.
<xsd:complexType name="catalogentryType" mixed="true">
<xsd:sequence>
<xsd:element ref="catalog"/>
<xsd:element ref="entry"/>
<xsd:group ref="grp.any"/>
</xsd:sequence>
</xsd:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CatalogEntry
public CatalogEntry()
-