TPTP 4.4.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.adapter
Interface AdapterPackage

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

public interface AdapterPackage
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 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 Copyright (c) 2005,2006 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 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 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 Copyright (c) 2005,2006 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 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 This document describes the format for representation of parser rules which can be consumed by the generic parser component. ********************************************************************* Change History: 31 Oct 2003 - Richard K Duggan initial implementation 10 Nov 2003 - Richard K Duggan general fixes for id's ********************************************************************* Copyright (c) 2005,2006 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 Copyright (c) 2005,2006 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 ********************************************************************* * Note: This is an internal schema definition and subject to change. * Do not code to this schema definition. ********************************************************************* This document describes the format for representation of filter rules which can be consumed by a generic filter component. ********************************************************************* Change History: 23 Mar 2005 - Dave Smith initial implementation 26 Jul 2006 - bugzilla 140451 - added string operators ********************************************************************* 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:
AdapterFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface AdapterPackage.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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ADAPTER_TYPE
          The meta object id for the 'Type' class
static int ADAPTER_TYPE__CONFIGURATION
          The feature id for the 'Configuration' containment reference
static int ADAPTER_TYPE__CONTEXTS
          The feature id for the 'Contexts' containment reference
static int ADAPTER_TYPE_FEATURE_COUNT
          The number of structural features of the 'Type' class
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__ADAPTER
          The feature id for the 'Adapter' 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 AdapterPackage 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
 
Method Summary
 AdapterFactory getAdapterFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getAdapterType_Configuration()
          Returns the meta object for the containment reference 'Configuration'
 org.eclipse.emf.ecore.EReference getAdapterType_Contexts()
          Returns the meta object for the containment reference 'Contexts'
 org.eclipse.emf.ecore.EClass getAdapterType()
          Returns the meta object for class 'Type'
 org.eclipse.emf.ecore.EReference getDocumentRoot_Adapter()
          Returns the meta object for the containment reference 'Adapter'
 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'
 
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

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

See Also:
Constant Field Values
Generated

eNS_URI

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

See Also:
Constant Field Values
Generated

eNS_PREFIX

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

See Also:
Constant Field Values
Generated

eINSTANCE

public static final AdapterPackage eINSTANCE
The singleton instance of the package.

Generated

ADAPTER_TYPE

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

See Also:
AdapterTypeImpl, AdapterPackageImpl.getAdapterType(), Constant Field Values
Generated

ADAPTER_TYPE__CONTEXTS

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

ADAPTER_TYPE__CONFIGURATION

public static final int ADAPTER_TYPE__CONFIGURATION
The feature id for the 'Configuration' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

ADAPTER_TYPE_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT

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

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

DOCUMENT_ROOT__MIXED

public 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

public 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

public 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__ADAPTER

public static final int DOCUMENT_ROOT__ADAPTER
The feature id for the 'Adapter' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

public 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
Method Detail

getAdapterType

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

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

getAdapterType_Contexts

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

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

getAdapterType_Configuration

public org.eclipse.emf.ecore.EReference getAdapterType_Configuration()
Returns the meta object for the containment reference 'Configuration'.

Returns:
the meta object for the containment reference 'Configuration'.
See Also:
AdapterType.getConfiguration(), getAdapterType()
Generated

getDocumentRoot

public 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

public 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

public 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

public 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_Adapter

public org.eclipse.emf.ecore.EReference getDocumentRoot_Adapter()
Returns the meta object for the containment reference 'Adapter'.

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

getAdapterFactory

public AdapterFactory getAdapterFactory()
Returns the factory that creates the instances of the model.

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

TPTP 4.4.0 Platform Project
Internal API Specification