public interface XMLNamespacePackage extends EPackage
XMLNamespaceFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
EPackage.Descriptor, EPackage.Registry| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetName, setNamegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetstatic 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.
static 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.
static 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
EClass getXMLNamespaceDocumentRoot()
Document Root'.
XMLNamespaceDocumentRootEAttribute 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'.
SpaceTypeEDataType getLangType()
Lang Type'.
StringEDataType getLangTypeNull()
Lang Type Null'.
StringEDataType getSpaceTypeObject()
Space Type Object'.
SpaceTypeXMLNamespaceFactory getXMLNamespaceFactory()
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature