Constructor
new MdsEntry(mdsEntry, tocEntry) → {mdsEntry}
- Description:
Creates a new MDS entry. It is assumed that the entry has already been validated. The typical way of creating new MdsEntry objects is via the MdsCollection#addEntry and MdsCollection#validate methods, which will take care of parsing and validing the MDS entry for you.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
mdsEntry |
Object | The parsed and validated metadata statement Object for this entry |
tocEntry |
Object | The parsed and validated TOC information Object for this entry |
Returns:
The properly formatted MDS entry
- Type
- mdsEntry