TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.extractor
Interface ExtractorPackage

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

public interface ExtractorPackage
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:
ExtractorFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface ExtractorPackage.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__EXTRACTOR
          The feature id for the 'Extractor' 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 ExtractorPackage 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 EXTRACTOR_TYPE
          The meta object id for the 'Type' class
static int EXTRACTOR_TYPE__CONTAINS_LINE_BREAKS
          The feature id for the 'Contains Line Breaks' attribute
static int EXTRACTOR_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int EXTRACTOR_TYPE__DISABLED
          The feature id for the 'Disabled' attribute
static int EXTRACTOR_TYPE__END_PATTERN
          The feature id for the 'End Pattern' attribute
static int EXTRACTOR_TYPE__INCLUDE_END_PATTERN
          The feature id for the 'Include End Pattern' attribute
static int EXTRACTOR_TYPE__INCLUDE_START_PATTERN
          The feature id for the 'Include Start Pattern' attribute
static int EXTRACTOR_TYPE__LINE_BREAK_SYMBOL
          The feature id for the 'Line Break Symbol' attribute
static int EXTRACTOR_TYPE__PROPERTY
          The feature id for the 'Property' containment reference list
static int EXTRACTOR_TYPE__REPLACE_LINE_BREAKS
          The feature id for the 'Replace Line Breaks' attribute
static int EXTRACTOR_TYPE__START_PATTERN
          The feature id for the 'Start Pattern' attribute
static int EXTRACTOR_TYPE__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int EXTRACTOR_TYPE_FEATURE_COUNT
          The number of structural features of the 'Type' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getDocumentRoot_Extractor()
          Returns the meta object for the containment reference 'Extractor'
 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'
 ExtractorFactory getExtractorFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getExtractorType_ContainsLineBreaks()
          Returns the meta object for the attribute 'Contains Line Breaks'
 org.eclipse.emf.ecore.EAttribute getExtractorType_EndPattern()
          Returns the meta object for the attribute 'End Pattern'
 org.eclipse.emf.ecore.EAttribute getExtractorType_IncludeEndPattern()
          Returns the meta object for the attribute 'Include End Pattern'
 org.eclipse.emf.ecore.EAttribute getExtractorType_IncludeStartPattern()
          Returns the meta object for the attribute 'Include Start Pattern'
 org.eclipse.emf.ecore.EAttribute getExtractorType_LineBreakSymbol()
          Returns the meta object for the attribute 'Line Break Symbol'
 org.eclipse.emf.ecore.EAttribute getExtractorType_ReplaceLineBreaks()
          Returns the meta object for the attribute 'Replace Line Breaks'
 org.eclipse.emf.ecore.EAttribute getExtractorType_StartPattern()
          Returns the meta object for the attribute 'Start Pattern'
 org.eclipse.emf.ecore.EClass getExtractorType()
          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 ExtractorPackage eINSTANCE
The singleton instance of the package.

Generated

EXTRACTOR_TYPE

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

See Also:
ExtractorTypeImpl, ExtractorPackageImpl.getExtractorType(), Constant Field Values
Generated

EXTRACTOR_TYPE__PROPERTY

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__DISABLED

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__UNIQUE_ID

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__CONTAINS_LINE_BREAKS

static final int EXTRACTOR_TYPE__CONTAINS_LINE_BREAKS
The feature id for the 'Contains Line Breaks' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__END_PATTERN

static final int EXTRACTOR_TYPE__END_PATTERN
The feature id for the 'End Pattern' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__INCLUDE_END_PATTERN

static final int EXTRACTOR_TYPE__INCLUDE_END_PATTERN
The feature id for the 'Include End Pattern' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__INCLUDE_START_PATTERN

static final int EXTRACTOR_TYPE__INCLUDE_START_PATTERN
The feature id for the 'Include Start Pattern' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__LINE_BREAK_SYMBOL

static final int EXTRACTOR_TYPE__LINE_BREAK_SYMBOL
The feature id for the 'Line Break Symbol' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__REPLACE_LINE_BREAKS

static final int EXTRACTOR_TYPE__REPLACE_LINE_BREAKS
The feature id for the 'Replace Line Breaks' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE__START_PATTERN

static final int EXTRACTOR_TYPE__START_PATTERN
The feature id for the 'Start Pattern' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

EXTRACTOR_TYPE_FEATURE_COUNT

static final int EXTRACTOR_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, ExtractorPackageImpl.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__EXTRACTOR

static final int DOCUMENT_ROOT__EXTRACTOR
The feature id for the 'Extractor' 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

getExtractorType

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

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

getExtractorType_ContainsLineBreaks

org.eclipse.emf.ecore.EAttribute getExtractorType_ContainsLineBreaks()
Returns the meta object for the attribute 'Contains Line Breaks'.

Returns:
the meta object for the attribute 'Contains Line Breaks'.
See Also:
ExtractorType.isContainsLineBreaks(), getExtractorType()
Generated

getExtractorType_EndPattern

org.eclipse.emf.ecore.EAttribute getExtractorType_EndPattern()
Returns the meta object for the attribute 'End Pattern'.

Returns:
the meta object for the attribute 'End Pattern'.
See Also:
ExtractorType.getEndPattern(), getExtractorType()
Generated

getExtractorType_IncludeEndPattern

org.eclipse.emf.ecore.EAttribute getExtractorType_IncludeEndPattern()
Returns the meta object for the attribute 'Include End Pattern'.

Returns:
the meta object for the attribute 'Include End Pattern'.
See Also:
ExtractorType.isIncludeEndPattern(), getExtractorType()
Generated

getExtractorType_IncludeStartPattern

org.eclipse.emf.ecore.EAttribute getExtractorType_IncludeStartPattern()
Returns the meta object for the attribute 'Include Start Pattern'.

Returns:
the meta object for the attribute 'Include Start Pattern'.
See Also:
ExtractorType.isIncludeStartPattern(), getExtractorType()
Generated

getExtractorType_LineBreakSymbol

org.eclipse.emf.ecore.EAttribute getExtractorType_LineBreakSymbol()
Returns the meta object for the attribute 'Line Break Symbol'.

Returns:
the meta object for the attribute 'Line Break Symbol'.
See Also:
ExtractorType.getLineBreakSymbol(), getExtractorType()
Generated

getExtractorType_ReplaceLineBreaks

org.eclipse.emf.ecore.EAttribute getExtractorType_ReplaceLineBreaks()
Returns the meta object for the attribute 'Replace Line Breaks'.

Returns:
the meta object for the attribute 'Replace Line Breaks'.
See Also:
ExtractorType.isReplaceLineBreaks(), getExtractorType()
Generated

getExtractorType_StartPattern

org.eclipse.emf.ecore.EAttribute getExtractorType_StartPattern()
Returns the meta object for the attribute 'Start Pattern'.

Returns:
the meta object for the attribute 'Start Pattern'.
See Also:
ExtractorType.getStartPattern(), getExtractorType()
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_Extractor

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

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

getExtractorFactory

ExtractorFactory getExtractorFactory()
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