TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.context
Interface ContextPackage

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:
ContextPackageImpl

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

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

Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

See Also:
ContextFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ContextPackage.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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int COMPONENT
          The meta object id for the 'Component' class
static int COMPONENT__COMPONENT
          The feature id for the 'Component' containment reference list
static int COMPONENT__DESCRIPTION
          The feature id for the 'Description' attribute
static int COMPONENT__EXECUTABLE_CLASS
          The feature id for the 'Executable Class' attribute
static int COMPONENT__GROUP
          The feature id for the 'Group' attribute list
static int COMPONENT__IMPLEMENTATION_CREATION_DATE
          The feature id for the 'Implementation Creation Date' attribute
static int COMPONENT__IMPLEMENTATION_VERSION
          The feature id for the 'Implementation Version' attribute
static int COMPONENT__IMPLEMENTATION_VERSION_DESCRIPTION
          The feature id for the 'Implementation Version Description' attribute
static int COMPONENT__LOGGING_LEVEL
          The feature id for the 'Logging Level' attribute
static int COMPONENT__NAME
          The feature id for the 'Name' attribute
static int COMPONENT__ROLE
          The feature id for the 'Role' attribute
static int COMPONENT__ROLE_CREATION_DATE
          The feature id for the 'Role Creation Date' attribute
static int COMPONENT__ROLE_VERSION
          The feature id for the 'Role Version' attribute
static int COMPONENT__ROLE_VERSION_DESCRIPTION
          The feature id for the 'Role Version Description' attribute
static int COMPONENT__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int COMPONENT_FEATURE_COUNT
          The number of structural features of the 'Component' class
static int CONTEXT_ROLE_NAMES
          The meta object id for the 'Role Names' enum
static int CONTEXT_ROLE_NAMES_OBJECT
          The meta object id for the 'Role Names Object' data type
static int CONTEXT_TYPE
          The meta object id for the 'Type' class
static int CONTEXT_TYPE__COMPONENT
          The feature id for the 'Component' containment reference list
static int CONTEXT_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int CONTEXT_TYPE__EXECUTABLE_CLASS
          The feature id for the 'Executable Class' attribute
static int CONTEXT_TYPE__GROUP
          The feature id for the 'Group' attribute list
static int CONTEXT_TYPE__IMPLEMENTATION_CREATION_DATE
          The feature id for the 'Implementation Creation Date' attribute
static int CONTEXT_TYPE__IMPLEMENTATION_VERSION
          The feature id for the 'Implementation Version' attribute
static int CONTEXT_TYPE__IMPLEMENTATION_VERSION_DESCRIPTION
          The feature id for the 'Implementation Version Description' attribute
static int CONTEXT_TYPE__LOGGING_LEVEL
          The feature id for the 'Logging Level' attribute
static int CONTEXT_TYPE__NAME
          The feature id for the 'Name' attribute
static int CONTEXT_TYPE__ROLE
          The feature id for the 'Role' attribute
static int CONTEXT_TYPE__ROLE_CREATION_DATE
          The feature id for the 'Role Creation Date' attribute
static int CONTEXT_TYPE__ROLE_VERSION
          The feature id for the 'Role Version' attribute
static int CONTEXT_TYPE__ROLE_VERSION_DESCRIPTION
          The feature id for the 'Role Version Description' attribute
static int CONTEXT_TYPE__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int CONTEXT_TYPE_FEATURE_COUNT
          The number of structural features of the 'Type' class
static int CONTEXTS_TYPE
          The meta object id for the 'Contexts Type' class
static int CONTEXTS_TYPE__CONTEXT
          The feature id for the 'Context' containment reference list
static int CONTEXTS_TYPE__GROUP
          The feature id for the 'Group' attribute list
static int CONTEXTS_TYPE_FEATURE_COUNT
          The number of structural features of the 'Contexts Type' class
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__CONTEXT
          The feature id for the 'Context' containment reference
static int DOCUMENT_ROOT__CONTEXTS
          The feature id for the 'Contexts' containment reference
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static ContextPackage 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 ROLE_NAMES
          The meta object id for the 'Role Names' enum
static int ROLE_NAMES_OBJECT
          The meta object id for the 'Role Names Object' data type
 
Method Summary
 org.eclipse.emf.ecore.EReference getComponent_Component()
          Returns the meta object for the containment reference list 'Component'
 org.eclipse.emf.ecore.EAttribute getComponent_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getComponent_ExecutableClass()
          Returns the meta object for the attribute 'Executable Class'
 org.eclipse.emf.ecore.EAttribute getComponent_Group()
          Returns the meta object for the attribute list 'Group'
 org.eclipse.emf.ecore.EAttribute getComponent_ImplementationCreationDate()
          Returns the meta object for the attribute 'Implementation Creation Date'
 org.eclipse.emf.ecore.EAttribute getComponent_ImplementationVersion()
          Returns the meta object for the attribute 'Implementation Version'
 org.eclipse.emf.ecore.EAttribute getComponent_ImplementationVersionDescription()
          Returns the meta object for the attribute 'Implementation Version Description'
 org.eclipse.emf.ecore.EAttribute getComponent_LoggingLevel()
          Returns the meta object for the attribute 'Logging Level'
 org.eclipse.emf.ecore.EAttribute getComponent_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getComponent_Role()
          Returns the meta object for the attribute 'Role'
 org.eclipse.emf.ecore.EAttribute getComponent_RoleCreationDate()
          Returns the meta object for the attribute 'Role Creation Date'
 org.eclipse.emf.ecore.EAttribute getComponent_RoleVersion()
          Returns the meta object for the attribute 'Role Version'
 org.eclipse.emf.ecore.EAttribute getComponent_RoleVersionDescription()
          Returns the meta object for the attribute 'Role Version Description'
 org.eclipse.emf.ecore.EAttribute getComponent_UniqueID()
          Returns the meta object for the attribute 'Unique ID'
 org.eclipse.emf.ecore.EClass getComponent()
          Returns the meta object for class 'Component'
 ContextFactory getContextFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EEnum getContextRoleNames()
          Returns the meta object for enum 'Role Names'
 org.eclipse.emf.ecore.EDataType getContextRoleNamesObject()
          Returns the meta object for data type 'Role Names Object'
 org.eclipse.emf.ecore.EReference getContextsType_Context()
          Returns the meta object for the containment reference list 'Context'
 org.eclipse.emf.ecore.EAttribute getContextsType_Group()
          Returns the meta object for the attribute list 'Group'
 org.eclipse.emf.ecore.EClass getContextsType()
          Returns the meta object for class 'Contexts Type'
 org.eclipse.emf.ecore.EReference getContextType_Component()
          Returns the meta object for the containment reference list 'Component'
 org.eclipse.emf.ecore.EAttribute getContextType_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getContextType_ExecutableClass()
          Returns the meta object for the attribute 'Executable Class'
 org.eclipse.emf.ecore.EAttribute getContextType_Group()
          Returns the meta object for the attribute list 'Group'
 org.eclipse.emf.ecore.EAttribute getContextType_ImplementationCreationDate()
          Returns the meta object for the attribute 'Implementation Creation Date'
 org.eclipse.emf.ecore.EAttribute getContextType_ImplementationVersion()
          Returns the meta object for the attribute 'Implementation Version'
 org.eclipse.emf.ecore.EAttribute getContextType_ImplementationVersionDescription()
          Returns the meta object for the attribute 'Implementation Version Description'
 org.eclipse.emf.ecore.EAttribute getContextType_LoggingLevel()
          Returns the meta object for the attribute 'Logging Level'
 org.eclipse.emf.ecore.EAttribute getContextType_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getContextType_Role()
          Returns the meta object for the attribute 'Role'
 org.eclipse.emf.ecore.EAttribute getContextType_RoleCreationDate()
          Returns the meta object for the attribute 'Role Creation Date'
 org.eclipse.emf.ecore.EAttribute getContextType_RoleVersion()
          Returns the meta object for the attribute 'Role Version'
 org.eclipse.emf.ecore.EAttribute getContextType_RoleVersionDescription()
          Returns the meta object for the attribute 'Role Version Description'
 org.eclipse.emf.ecore.EAttribute getContextType_UniqueID()
          Returns the meta object for the attribute 'Unique ID'
 org.eclipse.emf.ecore.EClass getContextType()
          Returns the meta object for class 'Type'
 org.eclipse.emf.ecore.EReference getDocumentRoot_Context()
          Returns the meta object for the containment reference 'Context'
 org.eclipse.emf.ecore.EReference getDocumentRoot_Contexts()
          Returns the meta object for the containment reference 'Contexts'
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 org.eclipse.emf.ecore.EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 org.eclipse.emf.ecore.EEnum getRoleNames()
          Returns the meta object for enum 'Role Names'
 org.eclipse.emf.ecore.EDataType getRoleNamesObject()
          Returns the meta object for data type 'Role Names Object'
 
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

eNAME

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

See Also:
Constant Field Values
Generated

eNS_URI

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

See Also:
Constant Field Values
Generated

eNS_PREFIX

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

See Also:
Constant Field Values
Generated

eINSTANCE

static final ContextPackage eINSTANCE
The singleton instance of the package.

Generated

COMPONENT

static final int COMPONENT
The meta object id for the 'Component' class.

See Also:
ComponentImpl, ContextPackageImpl.getComponent(), Constant Field Values
Generated

COMPONENT__GROUP

static final int COMPONENT__GROUP
The feature id for the 'Group' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__COMPONENT

static final int COMPONENT__COMPONENT
The feature id for the 'Component' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__DESCRIPTION

static final int COMPONENT__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__EXECUTABLE_CLASS

static final int COMPONENT__EXECUTABLE_CLASS
The feature id for the 'Executable Class' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__IMPLEMENTATION_CREATION_DATE

static final int COMPONENT__IMPLEMENTATION_CREATION_DATE
The feature id for the 'Implementation Creation Date' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__IMPLEMENTATION_VERSION

static final int COMPONENT__IMPLEMENTATION_VERSION
The feature id for the 'Implementation Version' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__IMPLEMENTATION_VERSION_DESCRIPTION

static final int COMPONENT__IMPLEMENTATION_VERSION_DESCRIPTION
The feature id for the 'Implementation Version Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__LOGGING_LEVEL

static final int COMPONENT__LOGGING_LEVEL
The feature id for the 'Logging Level' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__NAME

static final int COMPONENT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__ROLE

static final int COMPONENT__ROLE
The feature id for the 'Role' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__ROLE_CREATION_DATE

static final int COMPONENT__ROLE_CREATION_DATE
The feature id for the 'Role Creation Date' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__ROLE_VERSION

static final int COMPONENT__ROLE_VERSION
The feature id for the 'Role Version' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__ROLE_VERSION_DESCRIPTION

static final int COMPONENT__ROLE_VERSION_DESCRIPTION
The feature id for the 'Role Version Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT__UNIQUE_ID

static final int COMPONENT__UNIQUE_ID
The feature id for the 'Unique ID' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

COMPONENT_FEATURE_COUNT

static final int COMPONENT_FEATURE_COUNT
The number of structural features of the 'Component' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXTS_TYPE

static final int CONTEXTS_TYPE
The meta object id for the 'Contexts Type' class.

See Also:
ContextsTypeImpl, ContextPackageImpl.getContextsType(), Constant Field Values
Generated

CONTEXTS_TYPE__GROUP

static final int CONTEXTS_TYPE__GROUP
The feature id for the 'Group' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXTS_TYPE__CONTEXT

static final int CONTEXTS_TYPE__CONTEXT
The feature id for the 'Context' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXTS_TYPE_FEATURE_COUNT

static final int CONTEXTS_TYPE_FEATURE_COUNT
The number of structural features of the 'Contexts Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE

static final int CONTEXT_TYPE
The meta object id for the 'Type' class.

See Also:
ContextTypeImpl, ContextPackageImpl.getContextType(), Constant Field Values
Generated

CONTEXT_TYPE__GROUP

static final int CONTEXT_TYPE__GROUP
The feature id for the 'Group' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__COMPONENT

static final int CONTEXT_TYPE__COMPONENT
The feature id for the 'Component' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__DESCRIPTION

static final int CONTEXT_TYPE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__EXECUTABLE_CLASS

static final int CONTEXT_TYPE__EXECUTABLE_CLASS
The feature id for the 'Executable Class' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__IMPLEMENTATION_CREATION_DATE

static final int CONTEXT_TYPE__IMPLEMENTATION_CREATION_DATE
The feature id for the 'Implementation Creation Date' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__IMPLEMENTATION_VERSION

static final int CONTEXT_TYPE__IMPLEMENTATION_VERSION
The feature id for the 'Implementation Version' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__IMPLEMENTATION_VERSION_DESCRIPTION

static final int CONTEXT_TYPE__IMPLEMENTATION_VERSION_DESCRIPTION
The feature id for the 'Implementation Version Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__LOGGING_LEVEL

static final int CONTEXT_TYPE__LOGGING_LEVEL
The feature id for the 'Logging Level' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__NAME

static final int CONTEXT_TYPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__ROLE

static final int CONTEXT_TYPE__ROLE
The feature id for the 'Role' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__ROLE_CREATION_DATE

static final int CONTEXT_TYPE__ROLE_CREATION_DATE
The feature id for the 'Role Creation Date' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__ROLE_VERSION

static final int CONTEXT_TYPE__ROLE_VERSION
The feature id for the 'Role Version' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__ROLE_VERSION_DESCRIPTION

static final int CONTEXT_TYPE__ROLE_VERSION_DESCRIPTION
The feature id for the 'Role Version Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE__UNIQUE_ID

static final int CONTEXT_TYPE__UNIQUE_ID
The feature id for the 'Unique ID' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_TYPE_FEATURE_COUNT

static final int CONTEXT_TYPE_FEATURE_COUNT
The number of structural features of the 'Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, ContextPackageImpl.getDocumentRoot(), Constant Field Values
Generated

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__CONTEXT

static final int DOCUMENT_ROOT__CONTEXT
The feature id for the 'Context' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__CONTEXTS

static final int DOCUMENT_ROOT__CONTEXTS
The feature id for the 'Contexts' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

CONTEXT_ROLE_NAMES

static final int CONTEXT_ROLE_NAMES
The meta object id for the 'Role Names' enum.

See Also:
ContextRoleNames, ContextPackageImpl.getContextRoleNames(), Constant Field Values
Generated

ROLE_NAMES

static final int ROLE_NAMES
The meta object id for the 'Role Names' enum.

See Also:
RoleNames, ContextPackageImpl.getRoleNames(), Constant Field Values
Generated

CONTEXT_ROLE_NAMES_OBJECT

static final int CONTEXT_ROLE_NAMES_OBJECT
The meta object id for the 'Role Names Object' data type.

See Also:
ContextRoleNames, ContextPackageImpl.getContextRoleNamesObject(), Constant Field Values
Generated

ROLE_NAMES_OBJECT

static final int ROLE_NAMES_OBJECT
The meta object id for the 'Role Names Object' data type.

See Also:
RoleNames, ContextPackageImpl.getRoleNamesObject(), Constant Field Values
Generated
Method Detail

getComponent

org.eclipse.emf.ecore.EClass getComponent()
Returns the meta object for class 'Component'.

Returns:
the meta object for class 'Component'.
See Also:
Component
Generated

getComponent_Group

org.eclipse.emf.ecore.EAttribute getComponent_Group()
Returns the meta object for the attribute list 'Group'.

Returns:
the meta object for the attribute list 'Group'.
See Also:
Component.getGroup(), getComponent()
Generated

getComponent_Component

org.eclipse.emf.ecore.EReference getComponent_Component()
Returns the meta object for the containment reference list 'Component'.

Returns:
the meta object for the containment reference list 'Component'.
See Also:
Component.getComponent(), getComponent()
Generated

getComponent_Description

org.eclipse.emf.ecore.EAttribute getComponent_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
Component.getDescription(), getComponent()
Generated

getComponent_ExecutableClass

org.eclipse.emf.ecore.EAttribute getComponent_ExecutableClass()
Returns the meta object for the attribute 'Executable Class'.

Returns:
the meta object for the attribute 'Executable Class'.
See Also:
Component.getExecutableClass(), getComponent()
Generated

getComponent_ImplementationCreationDate

org.eclipse.emf.ecore.EAttribute getComponent_ImplementationCreationDate()
Returns the meta object for the attribute 'Implementation Creation Date'.

Returns:
the meta object for the attribute 'Implementation Creation Date'.
See Also:
Component.getImplementationCreationDate(), getComponent()
Generated

getComponent_ImplementationVersion

org.eclipse.emf.ecore.EAttribute getComponent_ImplementationVersion()
Returns the meta object for the attribute 'Implementation Version'.

Returns:
the meta object for the attribute 'Implementation Version'.
See Also:
Component.getImplementationVersion(), getComponent()
Generated

getComponent_ImplementationVersionDescription

org.eclipse.emf.ecore.EAttribute getComponent_ImplementationVersionDescription()
Returns the meta object for the attribute 'Implementation Version Description'.

Returns:
the meta object for the attribute 'Implementation Version Description'.
See Also:
Component.getImplementationVersionDescription(), getComponent()
Generated

getComponent_LoggingLevel

org.eclipse.emf.ecore.EAttribute getComponent_LoggingLevel()
Returns the meta object for the attribute 'Logging Level'.

Returns:
the meta object for the attribute 'Logging Level'.
See Also:
Component.getLoggingLevel(), getComponent()
Generated

getComponent_Name

org.eclipse.emf.ecore.EAttribute getComponent_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Component.getName(), getComponent()
Generated

getComponent_Role

org.eclipse.emf.ecore.EAttribute getComponent_Role()
Returns the meta object for the attribute 'Role'.

Returns:
the meta object for the attribute 'Role'.
See Also:
Component.getRole(), getComponent()
Generated

getComponent_RoleCreationDate

org.eclipse.emf.ecore.EAttribute getComponent_RoleCreationDate()
Returns the meta object for the attribute 'Role Creation Date'.

Returns:
the meta object for the attribute 'Role Creation Date'.
See Also:
Component.getRoleCreationDate(), getComponent()
Generated

getComponent_RoleVersion

org.eclipse.emf.ecore.EAttribute getComponent_RoleVersion()
Returns the meta object for the attribute 'Role Version'.

Returns:
the meta object for the attribute 'Role Version'.
See Also:
Component.getRoleVersion(), getComponent()
Generated

getComponent_RoleVersionDescription

org.eclipse.emf.ecore.EAttribute getComponent_RoleVersionDescription()
Returns the meta object for the attribute 'Role Version Description'.

Returns:
the meta object for the attribute 'Role Version Description'.
See Also:
Component.getRoleVersionDescription(), getComponent()
Generated

getComponent_UniqueID

org.eclipse.emf.ecore.EAttribute getComponent_UniqueID()
Returns the meta object for the attribute 'Unique ID'.

Returns:
the meta object for the attribute 'Unique ID'.
See Also:
Component.getUniqueID(), getComponent()
Generated

getContextsType

org.eclipse.emf.ecore.EClass getContextsType()
Returns the meta object for class 'Contexts Type'.

Returns:
the meta object for class 'Contexts Type'.
See Also:
ContextsType
Generated

getContextsType_Group

org.eclipse.emf.ecore.EAttribute getContextsType_Group()
Returns the meta object for the attribute list 'Group'.

Returns:
the meta object for the attribute list 'Group'.
See Also:
ContextsType.getGroup(), getContextsType()
Generated

getContextsType_Context

org.eclipse.emf.ecore.EReference getContextsType_Context()
Returns the meta object for the containment reference list 'Context'.

Returns:
the meta object for the containment reference list 'Context'.
See Also:
ContextsType.getContext(), getContextsType()
Generated

getContextType

org.eclipse.emf.ecore.EClass getContextType()
Returns the meta object for class 'Type'.

Returns:
the meta object for class 'Type'.
See Also:
ContextType
Generated

getContextType_Group

org.eclipse.emf.ecore.EAttribute getContextType_Group()
Returns the meta object for the attribute list 'Group'.

Returns:
the meta object for the attribute list 'Group'.
See Also:
ContextType.getGroup(), getContextType()
Generated

getContextType_Component

org.eclipse.emf.ecore.EReference getContextType_Component()
Returns the meta object for the containment reference list 'Component'.

Returns:
the meta object for the containment reference list 'Component'.
See Also:
ContextType.getComponent(), getContextType()
Generated

getContextType_Description

org.eclipse.emf.ecore.EAttribute getContextType_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
ContextType.getDescription(), getContextType()
Generated

getContextType_ExecutableClass

org.eclipse.emf.ecore.EAttribute getContextType_ExecutableClass()
Returns the meta object for the attribute 'Executable Class'.

Returns:
the meta object for the attribute 'Executable Class'.
See Also:
ContextType.getExecutableClass(), getContextType()
Generated

getContextType_ImplementationCreationDate

org.eclipse.emf.ecore.EAttribute getContextType_ImplementationCreationDate()
Returns the meta object for the attribute 'Implementation Creation Date'.

Returns:
the meta object for the attribute 'Implementation Creation Date'.
See Also:
ContextType.getImplementationCreationDate(), getContextType()
Generated

getContextType_ImplementationVersion

org.eclipse.emf.ecore.EAttribute getContextType_ImplementationVersion()
Returns the meta object for the attribute 'Implementation Version'.

Returns:
the meta object for the attribute 'Implementation Version'.
See Also:
ContextType.getImplementationVersion(), getContextType()
Generated

getContextType_ImplementationVersionDescription

org.eclipse.emf.ecore.EAttribute getContextType_ImplementationVersionDescription()
Returns the meta object for the attribute 'Implementation Version Description'.

Returns:
the meta object for the attribute 'Implementation Version Description'.
See Also:
ContextType.getImplementationVersionDescription(), getContextType()
Generated

getContextType_LoggingLevel

org.eclipse.emf.ecore.EAttribute getContextType_LoggingLevel()
Returns the meta object for the attribute 'Logging Level'.

Returns:
the meta object for the attribute 'Logging Level'.
See Also:
ContextType.getLoggingLevel(), getContextType()
Generated

getContextType_Name

org.eclipse.emf.ecore.EAttribute getContextType_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
ContextType.getName(), getContextType()
Generated

getContextType_Role

org.eclipse.emf.ecore.EAttribute getContextType_Role()
Returns the meta object for the attribute 'Role'.

Returns:
the meta object for the attribute 'Role'.
See Also:
ContextType.getRole(), getContextType()
Generated

getContextType_RoleCreationDate

org.eclipse.emf.ecore.EAttribute getContextType_RoleCreationDate()
Returns the meta object for the attribute 'Role Creation Date'.

Returns:
the meta object for the attribute 'Role Creation Date'.
See Also:
ContextType.getRoleCreationDate(), getContextType()
Generated

getContextType_RoleVersion

org.eclipse.emf.ecore.EAttribute getContextType_RoleVersion()
Returns the meta object for the attribute 'Role Version'.

Returns:
the meta object for the attribute 'Role Version'.
See Also:
ContextType.getRoleVersion(), getContextType()
Generated

getContextType_RoleVersionDescription

org.eclipse.emf.ecore.EAttribute getContextType_RoleVersionDescription()
Returns the meta object for the attribute 'Role Version Description'.

Returns:
the meta object for the attribute 'Role Version Description'.
See Also:
ContextType.getRoleVersionDescription(), getContextType()
Generated

getContextType_UniqueID

org.eclipse.emf.ecore.EAttribute getContextType_UniqueID()
Returns the meta object for the attribute 'Unique ID'.

Returns:
the meta object for the attribute 'Unique ID'.
See Also:
ContextType.getUniqueID(), getContextType()
Generated

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
Generated

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()
Generated

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()
Generated

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()
Generated

getDocumentRoot_Context

org.eclipse.emf.ecore.EReference getDocumentRoot_Context()
Returns the meta object for the containment reference 'Context'.

Returns:
the meta object for the containment reference 'Context'.
See Also:
DocumentRoot.getContext(), getDocumentRoot()
Generated

getDocumentRoot_Contexts

org.eclipse.emf.ecore.EReference getDocumentRoot_Contexts()
Returns the meta object for the containment reference 'Contexts'.

Returns:
the meta object for the containment reference 'Contexts'.
See Also:
DocumentRoot.getContexts(), getDocumentRoot()
Generated

getContextRoleNames

org.eclipse.emf.ecore.EEnum getContextRoleNames()
Returns the meta object for enum 'Role Names'.

Returns:
the meta object for enum 'Role Names'.
See Also:
ContextRoleNames
Generated

getRoleNames

org.eclipse.emf.ecore.EEnum getRoleNames()
Returns the meta object for enum 'Role Names'.

Returns:
the meta object for enum 'Role Names'.
See Also:
RoleNames
Generated

getContextRoleNamesObject

org.eclipse.emf.ecore.EDataType getContextRoleNamesObject()
Returns the meta object for data type 'Role Names Object'.

Returns:
the meta object for data type 'Role Names Object'.
See Also:
ContextRoleNames
Generated
[EMF] Model
instanceClass="org.eclipse.hyades.logging.adapter.model.internal.context.ContextRoleNames" extendedMetaData="name='contextRoleNames:Object' baseType='contextRoleNames'"

getRoleNamesObject

org.eclipse.emf.ecore.EDataType getRoleNamesObject()
Returns the meta object for data type 'Role Names Object'.

Returns:
the meta object for data type 'Role Names Object'.
See Also:
RoleNames
Generated
[EMF] Model
instanceClass="org.eclipse.hyades.logging.adapter.model.internal.context.RoleNames" extendedMetaData="name='roleNames:Object' baseType='roleNames'"

getContextFactory

ContextFactory getContextFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated

TPTP 4.6.0 Platform Project
Internal API Specification