org.eclipse.emf.mapping.xsd2ecore
Interface XSD2EcorePackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
XSD2EcorePackageImpl

public interface XSD2EcorePackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
XSD2EcoreFactory

Inner classes inherited from class org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static XSD2EcorePackage eINSTANCE
          The singleton instance of the package.
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 XSD2_ECORE_MAPPING_ROOT
          The meta object id for the 'Mapping Root' class.
static int XSD2_ECORE_MAPPING_ROOT__COMMAND_STACK
          The feature id for the 'Command Stack' attribute.
static int XSD2_ECORE_MAPPING_ROOT__HELPER
          The feature id for the 'Helper' containment reference.
static int XSD2_ECORE_MAPPING_ROOT__INPUTS
          The feature id for the 'Inputs' reference list.
static int XSD2_ECORE_MAPPING_ROOT__NESTED
          The feature id for the 'Nested' containment reference list.
static int XSD2_ECORE_MAPPING_ROOT__NESTED_IN
          The feature id for the 'Nested In' container reference.
static int XSD2_ECORE_MAPPING_ROOT__OUTPUT_READ_ONLY
          The feature id for the 'Output Read Only' attribute.
static int XSD2_ECORE_MAPPING_ROOT__OUTPUTS
          The feature id for the 'Outputs' reference list.
static int XSD2_ECORE_MAPPING_ROOT__TOP_TO_BOTTOM
          The feature id for the 'Top To Bottom' attribute.
static int XSD2_ECORE_MAPPING_ROOT__TYPE_MAPPING
          The feature id for the 'Type Mapping' reference.
static int XSD2_ECORE_MAPPING_ROOT_FEATURE_COUNT
          The number of structural features of the the 'Mapping Root' class.
 
Method Summary
 XSD2EcoreFactory getXSD2EcoreFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EClass getXSD2EcoreMappingRoot()
          Returns the meta object for class 'Mapping Root'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

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

eNS_URI

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

eNS_PREFIX

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

eINSTANCE

public static final XSD2EcorePackage eINSTANCE
The singleton instance of the package.

XSD2_ECORE_MAPPING_ROOT

public static final int XSD2_ECORE_MAPPING_ROOT
The meta object id for the 'Mapping Root' class.
See Also:
XSD2EcoreMappingRootImpl, XSD2EcorePackageImpl.getXSD2EcoreMappingRoot()

XSD2_ECORE_MAPPING_ROOT__HELPER

public static final int XSD2_ECORE_MAPPING_ROOT__HELPER
The feature id for the 'Helper' containment reference.

XSD2_ECORE_MAPPING_ROOT__NESTED

public static final int XSD2_ECORE_MAPPING_ROOT__NESTED
The feature id for the 'Nested' containment reference list.

XSD2_ECORE_MAPPING_ROOT__NESTED_IN

public static final int XSD2_ECORE_MAPPING_ROOT__NESTED_IN
The feature id for the 'Nested In' container reference.

XSD2_ECORE_MAPPING_ROOT__INPUTS

public static final int XSD2_ECORE_MAPPING_ROOT__INPUTS
The feature id for the 'Inputs' reference list.

XSD2_ECORE_MAPPING_ROOT__OUTPUTS

public static final int XSD2_ECORE_MAPPING_ROOT__OUTPUTS
The feature id for the 'Outputs' reference list.

XSD2_ECORE_MAPPING_ROOT__TYPE_MAPPING

public static final int XSD2_ECORE_MAPPING_ROOT__TYPE_MAPPING
The feature id for the 'Type Mapping' reference.

XSD2_ECORE_MAPPING_ROOT__OUTPUT_READ_ONLY

public static final int XSD2_ECORE_MAPPING_ROOT__OUTPUT_READ_ONLY
The feature id for the 'Output Read Only' attribute.

XSD2_ECORE_MAPPING_ROOT__TOP_TO_BOTTOM

public static final int XSD2_ECORE_MAPPING_ROOT__TOP_TO_BOTTOM
The feature id for the 'Top To Bottom' attribute.

XSD2_ECORE_MAPPING_ROOT__COMMAND_STACK

public static final int XSD2_ECORE_MAPPING_ROOT__COMMAND_STACK
The feature id for the 'Command Stack' attribute.

XSD2_ECORE_MAPPING_ROOT_FEATURE_COUNT

public static final int XSD2_ECORE_MAPPING_ROOT_FEATURE_COUNT
The number of structural features of the the 'Mapping Root' class.
Method Detail

getXSD2EcoreMappingRoot

public org.eclipse.emf.ecore.EClass getXSD2EcoreMappingRoot()
Returns the meta object for class 'Mapping Root'.
Returns:
the meta object for class 'Mapping Root'.
See Also:
XSD2EcoreMappingRoot

getXSD2EcoreFactory

public XSD2EcoreFactory getXSD2EcoreFactory()
Returns the factory that creates the instances of the model.
Returns:
the factory that creates the instances of the model.

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.