| Package | Description |
|---|---|
| org.eigenbase.xom |
Provides an object layer for reading and writing XML documents.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MetaDef.FullDefinition
The FullDefinition class represents a fully-specified definition
that may include content.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaDef.Class
A Class Definition defines a class of entities.
|
static class |
MetaDef.Element
An Element Definition defines a basic entity of the meta model.
|
static class |
MetaDef.Import
An Import as a special type of element that represents another element
stored in an external model.
|
static class |
MetaDef.Plugin
A Plugin in a special type of element whose content may be derived from
a different model.
|
static class |
MetaDef.StringElement
A StringElement is a simple type of element which has no attributes and
whose content is a single String (usually represented as a CDATA section).
|
| Modifier and Type | Field and Description |
|---|---|
MetaDef.Definition[] |
MetaDef.Model.elements
The elements array contains a definition for each element within the
model.
|
Copyright © 2012–2020 Julian Hyde. All rights reserved.