|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 inherited from class org.eclipse.emf.ecore.EPackage |
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
static XMLNamespacePackage |
eINSTANCE
The singleton instance of the package |
static String |
eNAME
The package name |
static String |
eNS_PREFIX
The package namespace name |
static 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 |
public static final String eNAME
public static final String eNS_URI
public static final String eNS_PREFIX
public static final XMLNamespacePackage eINSTANCE
public static final int XML_NAMESPACE_DOCUMENT_ROOT
Document Root
' class.
XMLNamespaceDocumentRootImpl
,
XMLNamespacePackageImpl.getXMLNamespaceDocumentRoot()
,
Constant Field Valuespublic static final int XML_NAMESPACE_DOCUMENT_ROOT__MIXED
public static final int XML_NAMESPACE_DOCUMENT_ROOT__XMLNS_PREFIX_MAP
public static final int XML_NAMESPACE_DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
public static final int XML_NAMESPACE_DOCUMENT_ROOT__BASE
public static final int XML_NAMESPACE_DOCUMENT_ROOT__ID
public static final int XML_NAMESPACE_DOCUMENT_ROOT__LANG
public static final int XML_NAMESPACE_DOCUMENT_ROOT__SPACE
public static final int XML_NAMESPACE_DOCUMENT_ROOT_FEATURE_COUNT
public static final int SPACE_TYPE
Space Type
' enum.
SpaceType
,
XMLNamespacePackageImpl.getSpaceType()
,
Constant Field Valuespublic static final int LANG_TYPE
String
,
XMLNamespacePackageImpl.getLangType()
,
Constant Field Valuespublic static final int LANG_TYPE_NULL
String
,
XMLNamespacePackageImpl.getLangTypeNull()
,
Constant Field Valuespublic static final int SPACE_TYPE_OBJECT
SpaceType
,
XMLNamespacePackageImpl.getSpaceTypeObject()
,
Constant Field ValuesMethod Detail |
public EClass getXMLNamespaceDocumentRoot()
Document Root
'.
XMLNamespaceDocumentRoot
public EAttribute getXMLNamespaceDocumentRoot_Mixed()
Mixed
'.
XMLNamespaceDocumentRoot.getMixed()
,
getXMLNamespaceDocumentRoot()
public EReference getXMLNamespaceDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map
'.
XMLNamespaceDocumentRoot.getXMLNSPrefixMap()
,
getXMLNamespaceDocumentRoot()
public EReference getXMLNamespaceDocumentRoot_XSISchemaLocation()
XSI Schema Location
'.
XMLNamespaceDocumentRoot.getXSISchemaLocation()
,
getXMLNamespaceDocumentRoot()
public EAttribute getXMLNamespaceDocumentRoot_Base()
Base
'.
XMLNamespaceDocumentRoot.getBase()
,
getXMLNamespaceDocumentRoot()
public EAttribute getXMLNamespaceDocumentRoot_Id()
Id
'.
XMLNamespaceDocumentRoot.getId()
,
getXMLNamespaceDocumentRoot()
public EAttribute getXMLNamespaceDocumentRoot_Lang()
Lang
'.
XMLNamespaceDocumentRoot.getLang()
,
getXMLNamespaceDocumentRoot()
public EAttribute getXMLNamespaceDocumentRoot_Space()
Space
'.
XMLNamespaceDocumentRoot.getSpace()
,
getXMLNamespaceDocumentRoot()
public EEnum getSpaceType()
Space Type
'.
SpaceType
public EDataType getLangType()
Lang Type
'.
String
public EDataType getLangTypeNull()
Lang Type Null
'.
String
public EDataType getSpaceTypeObject()
Space Type Object
'.
SpaceType
public 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 |