TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.formatter
Interface FormatterPackage

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

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

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

Copyright (c) 2005,2007 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

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

Nested Class Summary
static interface FormatterPackage.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 DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__FORMATTER
          The feature id for the 'Formatter' 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 FormatterPackage 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 FORMATTER_TYPE
          The meta object id for the 'Type' class
static int FORMATTER_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int FORMATTER_TYPE__DISABLED
          The feature id for the 'Disabled' attribute
static int FORMATTER_TYPE__DUMMY_ATTR1
          The feature id for the 'Dummy Attr1' attribute
static int FORMATTER_TYPE__DUMMY_ATTR2
          The feature id for the 'Dummy Attr2' attribute
static int FORMATTER_TYPE__PROPERTY
          The feature id for the 'Property' containment reference list
static int FORMATTER_TYPE__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int FORMATTER_TYPE_FEATURE_COUNT
          The number of structural features of the 'Type' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getDocumentRoot_Formatter()
          Returns the meta object for the containment reference 'Formatter'
 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'
 FormatterFactory getFormatterFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getFormatterType_DummyAttr1()
          Returns the meta object for the attribute 'Dummy Attr1'
 org.eclipse.emf.ecore.EAttribute getFormatterType_DummyAttr2()
          Returns the meta object for the attribute 'Dummy Attr2'
 org.eclipse.emf.ecore.EClass getFormatterType()
          Returns the meta object for class 'Type'
 
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 FormatterPackage eINSTANCE
The singleton instance of the package.

Generated

FORMATTER_TYPE

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

See Also:
FormatterTypeImpl, FormatterPackageImpl.getFormatterType(), Constant Field Values
Generated

FORMATTER_TYPE__PROPERTY

static final int FORMATTER_TYPE__PROPERTY
The feature id for the 'Property' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

FORMATTER_TYPE__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

FORMATTER_TYPE__DISABLED

static final int FORMATTER_TYPE__DISABLED
The feature id for the 'Disabled' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

FORMATTER_TYPE__UNIQUE_ID

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

FORMATTER_TYPE__DUMMY_ATTR1

static final int FORMATTER_TYPE__DUMMY_ATTR1
The feature id for the 'Dummy Attr1' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

FORMATTER_TYPE__DUMMY_ATTR2

static final int FORMATTER_TYPE__DUMMY_ATTR2
The feature id for the 'Dummy Attr2' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

FORMATTER_TYPE_FEATURE_COUNT

static final int FORMATTER_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, FormatterPackageImpl.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__FORMATTER

static final int DOCUMENT_ROOT__FORMATTER
The feature id for the 'Formatter' 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
Method Detail

getFormatterType

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

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

getFormatterType_DummyAttr1

org.eclipse.emf.ecore.EAttribute getFormatterType_DummyAttr1()
Returns the meta object for the attribute 'Dummy Attr1'.

Returns:
the meta object for the attribute 'Dummy Attr1'.
See Also:
FormatterType.isDummyAttr1(), getFormatterType()
Generated

getFormatterType_DummyAttr2

org.eclipse.emf.ecore.EAttribute getFormatterType_DummyAttr2()
Returns the meta object for the attribute 'Dummy Attr2'.

Returns:
the meta object for the attribute 'Dummy Attr2'.
See Also:
FormatterType.isDummyAttr2(), getFormatterType()
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_Formatter

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

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

getFormatterFactory

FormatterFactory getFormatterFactory()
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