|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLNamespacePackage
The Package for the model. It contains accessors for the meta objects to represent
XMLNamespaceFactory
Nested Class Summary | |
---|---|
static interface |
XMLNamespacePackage.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 XMLNamespacePackage |
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 |
LANG_TYPE
The meta object id for the 'Lang Type' data type |
static int |
LANG_TYPE_NULL
The meta object id for the 'Lang Type Null' data type |
static int |
SPACE_TYPE
The meta object id for the ' Space Type ' enum |
static int |
SPACE_TYPE_OBJECT
The meta object id for the 'Space Type Object' data type |
static int |
XML_NAMESPACE_DOCUMENT_ROOT
The meta object id for the ' Document Root ' class |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__BASE
The feature id for the 'Base' attribute |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__ID
The feature id for the 'Id' attribute |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__LANG
The feature id for the 'Lang' attribute |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__SPACE
The feature id for the 'Space' attribute |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map |
static int |
XML_NAMESPACE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map |
static int |
XML_NAMESPACE_DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class |
Method Summary | |
---|---|
EDataType |
getLangType()
Returns the meta object for data type ' Lang Type ' |
EDataType |
getLangTypeNull()
Returns the meta object for data type ' Lang Type Null ' |
EEnum |
getSpaceType()
Returns the meta object for enum ' Space Type ' |
EDataType |
getSpaceTypeObject()
Returns the meta object for data type ' Space Type Object ' |
EAttribute |
getXMLNamespaceDocumentRoot_Base()
Returns the meta object for the attribute ' Base ' |
EAttribute |
getXMLNamespaceDocumentRoot_Id()
Returns the meta object for the attribute ' Id ' |
EAttribute |
getXMLNamespaceDocumentRoot_Lang()
Returns the meta object for the attribute ' Lang ' |
EAttribute |
getXMLNamespaceDocumentRoot_Mixed()
Returns the meta object for the attribute list ' Mixed ' |
EAttribute |
getXMLNamespaceDocumentRoot_Space()
Returns the meta object for the attribute ' Space ' |
EReference |
getXMLNamespaceDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map ' XMLNS Prefix Map ' |
EReference |
getXMLNamespaceDocumentRoot_XSISchemaLocation()
Returns the meta object for the map ' XSI Schema Location ' |
EClass |
getXMLNamespaceDocumentRoot()
Returns the meta object for class ' Document Root ' |
XMLNamespaceFactory |
getXMLNamespaceFactory()
Returns the factory that creates the instances of the model |
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 XMLNamespacePackage eINSTANCE
static final int XML_NAMESPACE_DOCUMENT_ROOT
Document Root
' class.
XMLNamespaceDocumentRootImpl
,
XMLNamespacePackageImpl.getXMLNamespaceDocumentRoot()
,
Constant Field Valuesstatic final int XML_NAMESPACE_DOCUMENT_ROOT__MIXED
static final int XML_NAMESPACE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int XML_NAMESPACE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int XML_NAMESPACE_DOCUMENT_ROOT__BASE
static final int XML_NAMESPACE_DOCUMENT_ROOT__ID
static final int XML_NAMESPACE_DOCUMENT_ROOT__LANG
static final int XML_NAMESPACE_DOCUMENT_ROOT__SPACE
static final int XML_NAMESPACE_DOCUMENT_ROOT_FEATURE_COUNT
static final int SPACE_TYPE
Space Type
' enum.
SpaceType
,
XMLNamespacePackageImpl.getSpaceType()
,
Constant Field Valuesstatic final int LANG_TYPE
String
,
XMLNamespacePackageImpl.getLangType()
,
Constant Field Valuesstatic final int LANG_TYPE_NULL
String
,
XMLNamespacePackageImpl.getLangTypeNull()
,
Constant Field Valuesstatic final int SPACE_TYPE_OBJECT
SpaceType
,
XMLNamespacePackageImpl.getSpaceTypeObject()
,
Constant Field ValuesMethod Detail |
---|
EClass getXMLNamespaceDocumentRoot()
Document Root
'.
XMLNamespaceDocumentRoot
EAttribute getXMLNamespaceDocumentRoot_Mixed()
Mixed
'.
XMLNamespaceDocumentRoot.getMixed()
,
getXMLNamespaceDocumentRoot()
EReference getXMLNamespaceDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map
'.
XMLNamespaceDocumentRoot.getXMLNSPrefixMap()
,
getXMLNamespaceDocumentRoot()
EReference getXMLNamespaceDocumentRoot_XSISchemaLocation()
XSI Schema Location
'.
XMLNamespaceDocumentRoot.getXSISchemaLocation()
,
getXMLNamespaceDocumentRoot()
EAttribute getXMLNamespaceDocumentRoot_Base()
Base
'.
XMLNamespaceDocumentRoot.getBase()
,
getXMLNamespaceDocumentRoot()
EAttribute getXMLNamespaceDocumentRoot_Id()
Id
'.
XMLNamespaceDocumentRoot.getId()
,
getXMLNamespaceDocumentRoot()
EAttribute getXMLNamespaceDocumentRoot_Lang()
Lang
'.
XMLNamespaceDocumentRoot.getLang()
,
getXMLNamespaceDocumentRoot()
EAttribute getXMLNamespaceDocumentRoot_Space()
Space
'.
XMLNamespaceDocumentRoot.getSpace()
,
getXMLNamespaceDocumentRoot()
EEnum getSpaceType()
Space Type
'.
SpaceType
EDataType getLangType()
Lang Type
'.
String
EDataType getLangTypeNull()
Lang Type Null
'.
String
EDataType getSpaceTypeObject()
Space Type Object
'.
SpaceType
XMLNamespaceFactory getXMLNamespaceFactory()
|
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 |