org.eclipse.gmt.modisco.xml.emf
Interface MoDiscoXMLPackage


public interface MoDiscoXMLPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
MoDiscoXMLFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface MoDiscoXMLPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int ATTRIBUTE
          The meta object id for the 'Attribute' class.
static int ATTRIBUTE__NAME
          The feature id for the 'Name' attribute.
static int ATTRIBUTE__PARENT
          The feature id for the 'Parent' container reference.
static int ATTRIBUTE__VALUE
          The feature id for the 'Value' attribute.
static int ATTRIBUTE_FEATURE_COUNT
          The number of structural features of the 'Attribute' class.
static int CDATA
          The meta object id for the 'CDATA' class.
static int CDATA__NAME
          The feature id for the 'Name' attribute.
static int CDATA__PARENT
          The feature id for the 'Parent' container reference.
static int CDATA_FEATURE_COUNT
          The number of structural features of the 'CDATA' class.
static int COMMENT
          The meta object id for the 'Comment' class.
static int COMMENT__NAME
          The feature id for the 'Name' attribute.
static int COMMENT__PARENT
          The feature id for the 'Parent' container reference.
static int COMMENT_FEATURE_COUNT
          The number of structural features of the 'Comment' class.
static int DOCUMENT_TYPE_DECLARATION
          The meta object id for the 'Document Type Declaration' class.
static int DOCUMENT_TYPE_DECLARATION__NAME
          The feature id for the 'Name' attribute.
static int DOCUMENT_TYPE_DECLARATION__PARENT
          The feature id for the 'Parent' container reference.
static int DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
          The feature id for the 'Public ID' attribute.
static int DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
          The feature id for the 'System ID' attribute.
static int DOCUMENT_TYPE_DECLARATION_FEATURE_COUNT
          The number of structural features of the 'Document Type Declaration' class.
static MoDiscoXMLPackage eINSTANCE
          The singleton instance of the package.
static int ELEMENT
          The meta object id for the 'Element' class.
static int ELEMENT__CHILDREN
          The feature id for the 'Children' containment reference list.
static int ELEMENT__NAME
          The feature id for the 'Name' attribute.
static int ELEMENT__PARENT
          The feature id for the 'Parent' container reference.
static int ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Element' class.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int NAMESPACE
          The meta object id for the 'Namespace' class.
static int NAMESPACE__NAME
          The feature id for the 'Name' attribute.
static int NAMESPACE__PARENT
          The feature id for the 'Parent' container reference.
static int NAMESPACE__VALUE
          The feature id for the 'Value' attribute.
static int NAMESPACE_FEATURE_COUNT
          The number of structural features of the 'Namespace' class.
static int NODE
          The meta object id for the 'Node' class.
static int NODE__NAME
          The feature id for the 'Name' attribute.
static int NODE__PARENT
          The feature id for the 'Parent' container reference.
static int NODE_FEATURE_COUNT
          The number of structural features of the 'Node' class.
static int PROCESSING_INSTRUCTION
          The meta object id for the 'Processing Instruction' class.
static int PROCESSING_INSTRUCTION__DATA
          The feature id for the 'Data' attribute.
static int PROCESSING_INSTRUCTION__NAME
          The feature id for the 'Name' attribute.
static int PROCESSING_INSTRUCTION__PARENT
          The feature id for the 'Parent' container reference.
static int PROCESSING_INSTRUCTION_FEATURE_COUNT
          The number of structural features of the 'Processing Instruction' class.
static int ROOT
          The meta object id for the 'Root' class.
static int ROOT__CHILDREN
          The feature id for the 'Children' containment reference list.
static int ROOT__DTD
          The feature id for the 'Dtd' containment reference.
static int ROOT__LEADING_PIS
          The feature id for the 'Leading PIs' containment reference list.
static int ROOT__NAME
          The feature id for the 'Name' attribute.
static int ROOT__NAMESPACES
          The feature id for the 'Namespaces' containment reference list.
static int ROOT__PARENT
          The feature id for the 'Parent' container reference.
static int ROOT_FEATURE_COUNT
          The number of structural features of the 'Root' class.
static int TEXT
          The meta object id for the 'Text' class.
static int TEXT__NAME
          The feature id for the 'Name' attribute.
static int TEXT__PARENT
          The feature id for the 'Parent' container reference.
static int TEXT_FEATURE_COUNT
          The number of structural features of the 'Text' class.
 
Method Summary
 EAttribute getAttribute_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getAttribute()
          Returns the meta object for class 'Attribute'.
 EClass getCDATA()
          Returns the meta object for class 'CDATA'.
 EClass getComment()
          Returns the meta object for class 'Comment'.
 EAttribute getDocumentTypeDeclaration_PublicID()
          Returns the meta object for the attribute 'Public ID'.
 EAttribute getDocumentTypeDeclaration_SystemID()
          Returns the meta object for the attribute 'System ID'.
 EClass getDocumentTypeDeclaration()
          Returns the meta object for class 'Document Type Declaration'.
 EReference getElement_Children()
          Returns the meta object for the containment reference list 'Children'.
 EClass getElement()
          Returns the meta object for class 'Element'.
 MoDiscoXMLFactory getMoDiscoXMLFactory()
          Returns the factory that creates the instances of the model.
 EClass getNamespace()
          Returns the meta object for class 'Namespace'.
 EAttribute getNode_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getNode_Parent()
          Returns the meta object for the container reference 'Parent'.
 EClass getNode()
          Returns the meta object for class 'Node'.
 EAttribute getProcessingInstruction_Data()
          Returns the meta object for the attribute 'Data'.
 EClass getProcessingInstruction()
          Returns the meta object for class 'Processing Instruction'.
 EReference getRoot_Dtd()
          Returns the meta object for the containment reference 'Dtd'.
 EReference getRoot_LeadingPIs()
          Returns the meta object for the containment reference list 'Leading PIs'.
 EReference getRoot_Namespaces()
          Returns the meta object for the containment reference list 'Namespaces'.
 EClass getRoot()
          Returns the meta object for class 'Root'.
 EClass getText()
          Returns the meta object for class 'Text'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final MoDiscoXMLPackage eINSTANCE
The singleton instance of the package.

Generated:

NODE

static final int NODE
The meta object id for the 'Node' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.NodeImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNode(), Constant Field Values
Generated:

NODE__NAME

static final int NODE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

NODE__PARENT

static final int NODE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

NODE_FEATURE_COUNT

static final int NODE_FEATURE_COUNT
The number of structural features of the 'Node' class.

See Also:
Constant Field Values
Generated:
Ordered:

ATTRIBUTE

static final int ATTRIBUTE
The meta object id for the 'Attribute' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.AttributeImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getAttribute(), Constant Field Values
Generated:

ATTRIBUTE__NAME

static final int ATTRIBUTE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

ATTRIBUTE__PARENT

static final int ATTRIBUTE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

ATTRIBUTE__VALUE

static final int ATTRIBUTE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

ATTRIBUTE_FEATURE_COUNT

static final int ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Attribute' class.

See Also:
Constant Field Values
Generated:
Ordered:

TEXT

static final int TEXT
The meta object id for the 'Text' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.TextImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getText(), Constant Field Values
Generated:

TEXT__NAME

static final int TEXT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

TEXT__PARENT

static final int TEXT__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

TEXT_FEATURE_COUNT

static final int TEXT_FEATURE_COUNT
The number of structural features of the 'Text' class.

See Also:
Constant Field Values
Generated:
Ordered:

ELEMENT

static final int ELEMENT
The meta object id for the 'Element' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.ElementImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getElement(), Constant Field Values
Generated:

ELEMENT__NAME

static final int ELEMENT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

ELEMENT__PARENT

static final int ELEMENT__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

ELEMENT__CHILDREN

static final int ELEMENT__CHILDREN
The feature id for the 'Children' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

ELEMENT_FEATURE_COUNT

static final int ELEMENT_FEATURE_COUNT
The number of structural features of the 'Element' class.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT

static final int ROOT
The meta object id for the 'Root' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.RootImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getRoot(), Constant Field Values
Generated:

ROOT__NAME

static final int ROOT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT__PARENT

static final int ROOT__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT__CHILDREN

static final int ROOT__CHILDREN
The feature id for the 'Children' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT__NAMESPACES

static final int ROOT__NAMESPACES
The feature id for the 'Namespaces' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT__DTD

static final int ROOT__DTD
The feature id for the 'Dtd' containment reference.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT__LEADING_PIS

static final int ROOT__LEADING_PIS
The feature id for the 'Leading PIs' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

ROOT_FEATURE_COUNT

static final int ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class.

See Also:
Constant Field Values
Generated:
Ordered:

NAMESPACE

static final int NAMESPACE
The meta object id for the 'Namespace' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.NamespaceImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getNamespace(), Constant Field Values
Generated:

NAMESPACE__NAME

static final int NAMESPACE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

NAMESPACE__PARENT

static final int NAMESPACE__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

NAMESPACE__VALUE

static final int NAMESPACE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

NAMESPACE_FEATURE_COUNT

static final int NAMESPACE_FEATURE_COUNT
The number of structural features of the 'Namespace' class.

See Also:
Constant Field Values
Generated:
Ordered:

COMMENT

static final int COMMENT
The meta object id for the 'Comment' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.CommentImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getComment(), Constant Field Values
Generated:

COMMENT__NAME

static final int COMMENT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

COMMENT__PARENT

static final int COMMENT__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

COMMENT_FEATURE_COUNT

static final int COMMENT_FEATURE_COUNT
The number of structural features of the 'Comment' class.

See Also:
Constant Field Values
Generated:
Ordered:

DOCUMENT_TYPE_DECLARATION

static final int DOCUMENT_TYPE_DECLARATION
The meta object id for the 'Document Type Declaration' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.DocumentTypeDeclarationImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getDocumentTypeDeclaration(), Constant Field Values
Generated:

DOCUMENT_TYPE_DECLARATION__NAME

static final int DOCUMENT_TYPE_DECLARATION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DOCUMENT_TYPE_DECLARATION__PARENT

static final int DOCUMENT_TYPE_DECLARATION__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

DOCUMENT_TYPE_DECLARATION__PUBLIC_ID

static final int DOCUMENT_TYPE_DECLARATION__PUBLIC_ID
The feature id for the 'Public ID' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DOCUMENT_TYPE_DECLARATION__SYSTEM_ID

static final int DOCUMENT_TYPE_DECLARATION__SYSTEM_ID
The feature id for the 'System ID' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

DOCUMENT_TYPE_DECLARATION_FEATURE_COUNT

static final int DOCUMENT_TYPE_DECLARATION_FEATURE_COUNT
The number of structural features of the 'Document Type Declaration' class.

See Also:
Constant Field Values
Generated:
Ordered:

CDATA

static final int CDATA
The meta object id for the 'CDATA' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.CDATAImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getCDATA(), Constant Field Values
Generated:

CDATA__NAME

static final int CDATA__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

CDATA__PARENT

static final int CDATA__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

CDATA_FEATURE_COUNT

static final int CDATA_FEATURE_COUNT
The number of structural features of the 'CDATA' class.

See Also:
Constant Field Values
Generated:
Ordered:

PROCESSING_INSTRUCTION

static final int PROCESSING_INSTRUCTION
The meta object id for the 'Processing Instruction' class.

See Also:
org.eclipse.gmt.modisco.xml.emf.impl.ProcessingInstructionImpl, org.eclipse.gmt.modisco.xml.emf.impl.MoDiscoXMLPackageImpl#getProcessingInstruction(), Constant Field Values
Generated:

PROCESSING_INSTRUCTION__NAME

static final int PROCESSING_INSTRUCTION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

PROCESSING_INSTRUCTION__PARENT

static final int PROCESSING_INSTRUCTION__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

PROCESSING_INSTRUCTION__DATA

static final int PROCESSING_INSTRUCTION__DATA
The feature id for the 'Data' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

PROCESSING_INSTRUCTION_FEATURE_COUNT

static final int PROCESSING_INSTRUCTION_FEATURE_COUNT
The number of structural features of the 'Processing Instruction' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getNode

EClass getNode()
Returns the meta object for class 'Node'.

Returns:
the meta object for class 'Node'.
See Also:
Node
Generated:

getNode_Name

EAttribute getNode_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Node.getName(), getNode()
Generated:

getNode_Parent

EReference getNode_Parent()
Returns the meta object for the container reference 'Parent'.

Returns:
the meta object for the container reference 'Parent'.
See Also:
Node.getParent(), getNode()
Generated:

getAttribute

EClass getAttribute()
Returns the meta object for class 'Attribute'.

Returns:
the meta object for class 'Attribute'.
See Also:
Attribute
Generated:

getAttribute_Value

EAttribute getAttribute_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Attribute.getValue(), getAttribute()
Generated:

getText

EClass getText()
Returns the meta object for class 'Text'.

Returns:
the meta object for class 'Text'.
See Also:
Text
Generated:

getElement

EClass getElement()
Returns the meta object for class 'Element'.

Returns:
the meta object for class 'Element'.
See Also:
Element
Generated:

getElement_Children

EReference getElement_Children()
Returns the meta object for the containment reference list 'Children'.

Returns:
the meta object for the containment reference list 'Children'.
See Also:
Element.getChildren(), getElement()
Generated:

getRoot

EClass getRoot()
Returns the meta object for class 'Root'.

Returns:
the meta object for class 'Root'.
See Also:
Root
Generated:

getRoot_Namespaces

EReference getRoot_Namespaces()
Returns the meta object for the containment reference list 'Namespaces'.

Returns:
the meta object for the containment reference list 'Namespaces'.
See Also:
Root.getNamespaces(), getRoot()
Generated:

getRoot_Dtd

EReference getRoot_Dtd()
Returns the meta object for the containment reference 'Dtd'.

Returns:
the meta object for the containment reference 'Dtd'.
See Also:
Root.getDtd(), getRoot()
Generated:

getRoot_LeadingPIs

EReference getRoot_LeadingPIs()
Returns the meta object for the containment reference list 'Leading PIs'.

Returns:
the meta object for the containment reference list 'Leading PIs'.
See Also:
Root.getLeadingPIs(), getRoot()
Generated:

getNamespace

EClass getNamespace()
Returns the meta object for class 'Namespace'.

Returns:
the meta object for class 'Namespace'.
See Also:
Namespace
Generated:

getComment

EClass getComment()
Returns the meta object for class 'Comment'.

Returns:
the meta object for class 'Comment'.
See Also:
Comment
Generated:

getDocumentTypeDeclaration

EClass getDocumentTypeDeclaration()
Returns the meta object for class 'Document Type Declaration'.

Returns:
the meta object for class 'Document Type Declaration'.
See Also:
DocumentTypeDeclaration
Generated:

getDocumentTypeDeclaration_PublicID

EAttribute getDocumentTypeDeclaration_PublicID()
Returns the meta object for the attribute 'Public ID'.

Returns:
the meta object for the attribute 'Public ID'.
See Also:
DocumentTypeDeclaration.getPublicID(), getDocumentTypeDeclaration()
Generated:

getDocumentTypeDeclaration_SystemID

EAttribute getDocumentTypeDeclaration_SystemID()
Returns the meta object for the attribute 'System ID'.

Returns:
the meta object for the attribute 'System ID'.
See Also:
DocumentTypeDeclaration.getSystemID(), getDocumentTypeDeclaration()
Generated:

getCDATA

EClass getCDATA()
Returns the meta object for class 'CDATA'.

Returns:
the meta object for class 'CDATA'.
See Also:
CDATA
Generated:

getProcessingInstruction

EClass getProcessingInstruction()
Returns the meta object for class 'Processing Instruction'.

Returns:
the meta object for class 'Processing Instruction'.
See Also:
ProcessingInstruction
Generated:

getProcessingInstruction_Data

EAttribute getProcessingInstruction_Data()
Returns the meta object for the attribute 'Data'.

Returns:
the meta object for the attribute 'Data'.
See Also:
ProcessingInstruction.getData(), getProcessingInstruction()
Generated:

getMoDiscoXMLFactory

MoDiscoXMLFactory getMoDiscoXMLFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: