|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Ecore2XMLPackage
The Package for the model. It contains accessors for the meta objects to represent
Ecore2XMLFactory
Nested Class Summary | |
---|---|
static interface |
Ecore2XMLPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
---|---|
static java.lang.String |
eCONTENT_TYPE
The package content type ID |
static Ecore2XMLPackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static int |
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY
The meta object id for the ' ENamed Element To XML Info Map Entry ' class |
static int |
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__KEY
The feature id for the 'Key' reference |
static int |
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__VALUE
The feature id for the 'Value' containment reference |
static int |
ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'ENamed Element To XML Info Map Entry' class |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
static int |
XML_INFO
The meta object id for the ' XML Info ' class |
static int |
XML_INFO__NAME
The feature id for the 'Name' attribute |
static int |
XML_INFO__TARGET_NAMESPACE
The feature id for the 'Target Namespace' attribute |
static int |
XML_INFO__XML_REPRESENTATION
The feature id for the 'XML Representation' attribute |
static int |
XML_INFO_FEATURE_COUNT
The number of structural features of the 'XML Info' class |
static int |
XML_MAP
The meta object id for the ' XML Map ' class |
static int |
XML_MAP__ECORE_TO_XML_INFO
The feature id for the 'Ecore To XML Info' map |
static int |
XML_MAP__ID_ATTRIBUTE_NAME
The feature id for the 'ID Attribute Name' attribute |
static int |
XML_MAP__NO_NAMESPACE_PACKAGE
The feature id for the 'No Namespace Package' reference |
static int |
XML_MAP_FEATURE_COUNT
The number of structural features of the 'XML Map' class |
Method Summary | |
---|---|
Ecore2XMLFactory |
getEcore2XMLFactory()
Returns the factory that creates the instances of the model |
EReference |
getENamedElementToXMLInfoMapEntry_Key()
Returns the meta object for the reference ' Key ' |
EReference |
getENamedElementToXMLInfoMapEntry_Value()
Returns the meta object for the containment reference ' Value ' |
EClass |
getENamedElementToXMLInfoMapEntry()
Returns the meta object for class ' ENamed Element To XML Info Map Entry ' |
EAttribute |
getXMLInfo_Name()
Returns the meta object for the attribute ' Name ' |
EAttribute |
getXMLInfo_TargetNamespace()
Returns the meta object for the attribute ' Target Namespace ' |
EAttribute |
getXMLInfo_XMLRepresentation()
Returns the meta object for the attribute ' XML Representation ' |
EClass |
getXMLInfo()
Returns the meta object for class ' XML Info ' |
EReference |
getXMLMap_EcoreToXMLInfo()
Returns the meta object for the map ' Ecore To XML Info ' |
EAttribute |
getXMLMap_IDAttributeName()
Returns the meta object for the attribute ' ID Attribute Name ' |
EReference |
getXMLMap_NoNamespacePackage()
Returns the meta object for the reference ' No Namespace Package ' |
EClass |
getXMLMap()
Returns the meta object for class ' XML Map ' |
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, eContainingFeature, 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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final java.lang.String eCONTENT_TYPE
static final Ecore2XMLPackage eINSTANCE
static final int XML_INFO
XML Info
' class.
XMLInfoImpl
,
Ecore2XMLPackageImpl.getXMLInfo()
,
Constant Field Valuesstatic final int XML_INFO__NAME
static final int XML_INFO__TARGET_NAMESPACE
static final int XML_INFO__XML_REPRESENTATION
static final int XML_INFO_FEATURE_COUNT
static final int XML_MAP
XML Map
' class.
XMLMapImpl
,
Ecore2XMLPackageImpl.getXMLMap()
,
Constant Field Valuesstatic final int XML_MAP__ID_ATTRIBUTE_NAME
static final int XML_MAP__ECORE_TO_XML_INFO
static final int XML_MAP__NO_NAMESPACE_PACKAGE
static final int XML_MAP_FEATURE_COUNT
static final int ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY
ENamed Element To XML Info Map Entry
' class.
ENamedElementToXMLInfoMapEntryImpl
,
Ecore2XMLPackageImpl.getENamedElementToXMLInfoMapEntry()
,
Constant Field Valuesstatic final int ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__KEY
static final int ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY__VALUE
static final int ENAMED_ELEMENT_TO_XML_INFO_MAP_ENTRY_FEATURE_COUNT
Method Detail |
---|
EClass getXMLInfo()
XML Info
'.
XMLInfo
EAttribute getXMLInfo_Name()
Name
'.
XMLInfo.getName()
,
getXMLInfo()
EAttribute getXMLInfo_TargetNamespace()
Target Namespace
'.
XMLInfo.getTargetNamespace()
,
getXMLInfo()
EAttribute getXMLInfo_XMLRepresentation()
XML Representation
'.
XMLInfo.getXMLRepresentation()
,
getXMLInfo()
EClass getXMLMap()
XML Map
'.
XMLMap
EAttribute getXMLMap_IDAttributeName()
ID Attribute Name
'.
XMLMap.getIDAttributeName()
,
getXMLMap()
EReference getXMLMap_EcoreToXMLInfo()
Ecore To XML Info
'.
XMLMap.getEcoreToXMLInfo()
,
getXMLMap()
EReference getXMLMap_NoNamespacePackage()
No Namespace Package
'.
XMLMap.getNoNamespacePackage()
,
getXMLMap()
EClass getENamedElementToXMLInfoMapEntry()
ENamed Element To XML Info Map Entry
'.
Map.Entry
EReference getENamedElementToXMLInfoMapEntry_Key()
Key
'.
Map.Entry
,
getENamedElementToXMLInfoMapEntry()
EReference getENamedElementToXMLInfoMapEntry_Value()
Value
'.
Map.Entry
,
getENamedElementToXMLInfoMapEntry()
Ecore2XMLFactory getEcore2XMLFactory()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |