TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.outputter
Interface OutputterPackage

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

public interface OutputterPackage
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

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

Nested Class Summary
static interface OutputterPackage.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__LOGGING_AGENT_OUTPUTTER_TYPE
          The feature id for the 'Logging Agent Outputter Type' containment reference
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__NOTIFICATION_OUTPUTTER_TYPE
          The feature id for the 'Notification Outputter Type' containment reference
static int DOCUMENT_ROOT__SINGLE_FILE_OUTPUTTER_TYPE
          The feature id for the 'Single File Outputter Type' containment reference
static int DOCUMENT_ROOT__STANDARD_OUT_OUTPUTTER_TYPE
          The feature id for the 'Standard Out Outputter Type' containment reference
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 OutputterPackage 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 LOGGING_AGENT_OUTPUTTER_TYPE_TYPE
          The meta object id for the 'Logging Agent Outputter Type Type' class
static int LOGGING_AGENT_OUTPUTTER_TYPE_TYPE__AGENT_NAME
          The feature id for the 'Agent Name' attribute
static int LOGGING_AGENT_OUTPUTTER_TYPE_TYPE__WAIT_UNTIL_LOGGING_TIME
          The feature id for the 'Wait Until Logging Time' attribute
static int LOGGING_AGENT_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Logging Agent Outputter Type Type' class
static int NOTIFICATION_OUTPUTTER_TYPE_TYPE
          The meta object id for the 'Notification Outputter Type Type' class
static int NOTIFICATION_OUTPUTTER_TYPE_TYPE__RESOURCE_URL
          The feature id for the 'Resource URL' attribute
static int NOTIFICATION_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Notification Outputter Type Type' class
static int OUTPUTTER_CONFIG_TYPE
          The meta object id for the 'Config Type' class
static int OUTPUTTER_CONFIG_TYPE__DESCRIPTION
          The feature id for the 'Description' attribute
static int OUTPUTTER_CONFIG_TYPE__DISABLED
          The feature id for the 'Disabled' attribute
static int OUTPUTTER_CONFIG_TYPE__LOGGING_AGENT_OUTPUTTER_TYPE
          The feature id for the 'Logging Agent Outputter Type' containment reference
static int OUTPUTTER_CONFIG_TYPE__NOTIFICATION_OUTPUTTER_TYPE
          The feature id for the 'Notification Outputter Type' containment reference
static int OUTPUTTER_CONFIG_TYPE__PROPERTY
          The feature id for the 'Property' containment reference list
static int OUTPUTTER_CONFIG_TYPE__SINGLE_FILE_OUTPUTTER_TYPE
          The feature id for the 'Single File Outputter Type' containment reference
static int OUTPUTTER_CONFIG_TYPE__STANDARD_OUT_OUTPUTTER_TYPE
          The feature id for the 'Standard Out Outputter Type' containment reference
static int OUTPUTTER_CONFIG_TYPE__TYPE
          The feature id for the 'Type' attribute
static int OUTPUTTER_CONFIG_TYPE__UNIQUE_ID
          The feature id for the 'Unique ID' attribute
static int OUTPUTTER_CONFIG_TYPE_FEATURE_COUNT
          The number of structural features of the 'Config Type' class
static int OUTPUTTER_TYPE
          The meta object id for the 'Type' enum
static int OUTPUTTER_TYPE_OBJECT
          The meta object id for the 'Type Object' data type
static int SINGLE_FILE_OUTPUTTER_TYPE_TYPE
          The meta object id for the 'Single File Outputter Type Type' class
static int SINGLE_FILE_OUTPUTTER_TYPE_TYPE__DIRECTORY
          The feature id for the 'Directory' attribute
static int SINGLE_FILE_OUTPUTTER_TYPE_TYPE__FILE_NAME
          The feature id for the 'File Name' attribute
static int SINGLE_FILE_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Single File Outputter Type Type' class
static int STANDARD_OUT_OUTPUTTER_TYPE_TYPE
          The meta object id for the 'Standard Out Outputter Type Type' class
static int STANDARD_OUT_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
          The number of structural features of the 'Standard Out Outputter Type Type' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getDocumentRoot_LoggingAgentOutputterType()
          Returns the meta object for the containment reference 'Logging Agent Outputter Type'
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 org.eclipse.emf.ecore.EReference getDocumentRoot_NotificationOutputterType()
          Returns the meta object for the containment reference 'Notification Outputter Type'
 org.eclipse.emf.ecore.EReference getDocumentRoot_SingleFileOutputterType()
          Returns the meta object for the containment reference 'Single File Outputter Type'
 org.eclipse.emf.ecore.EReference getDocumentRoot_StandardOutOutputterType()
          Returns the meta object for the containment reference 'Standard Out Outputter Type'
 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.EAttribute getLoggingAgentOutputterTypeType_AgentName()
          Returns the meta object for the attribute 'Agent Name'
 org.eclipse.emf.ecore.EAttribute getLoggingAgentOutputterTypeType_WaitUntilLoggingTime()
          Returns the meta object for the attribute 'Wait Until Logging Time'
 org.eclipse.emf.ecore.EClass getLoggingAgentOutputterTypeType()
          Returns the meta object for class 'Logging Agent Outputter Type Type'
 org.eclipse.emf.ecore.EAttribute getNotificationOutputterTypeType_ResourceURL()
          Returns the meta object for the attribute 'Resource URL'
 org.eclipse.emf.ecore.EClass getNotificationOutputterTypeType()
          Returns the meta object for class 'Notification Outputter Type Type'
 org.eclipse.emf.ecore.EReference getOutputterConfigType_LoggingAgentOutputterType()
          Returns the meta object for the containment reference 'Logging Agent Outputter Type'
 org.eclipse.emf.ecore.EReference getOutputterConfigType_NotificationOutputterType()
          Returns the meta object for the containment reference 'Notification Outputter Type'
 org.eclipse.emf.ecore.EReference getOutputterConfigType_SingleFileOutputterType()
          Returns the meta object for the containment reference 'Single File Outputter Type'
 org.eclipse.emf.ecore.EReference getOutputterConfigType_StandardOutOutputterType()
          Returns the meta object for the containment reference 'Standard Out Outputter Type'
 org.eclipse.emf.ecore.EAttribute getOutputterConfigType_Type()
          Returns the meta object for the attribute 'Type'
 org.eclipse.emf.ecore.EClass getOutputterConfigType()
          Returns the meta object for class 'Config Type'
 OutputterFactory getOutputterFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EEnum getOutputterType()
          Returns the meta object for enum 'Type'
 org.eclipse.emf.ecore.EDataType getOutputterTypeObject()
          Returns the meta object for data type 'Type Object'
 org.eclipse.emf.ecore.EAttribute getSingleFileOutputterTypeType_Directory()
          Returns the meta object for the attribute 'Directory'
 org.eclipse.emf.ecore.EAttribute getSingleFileOutputterTypeType_FileName()
          Returns the meta object for the attribute 'File Name'
 org.eclipse.emf.ecore.EClass getSingleFileOutputterTypeType()
          Returns the meta object for class 'Single File Outputter Type Type'
 org.eclipse.emf.ecore.EClass getStandardOutOutputterTypeType()
          Returns the meta object for class 'Standard Out Outputter Type 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 OutputterPackage eINSTANCE
The singleton instance of the package.

Generated

LOGGING_AGENT_OUTPUTTER_TYPE_TYPE

static final int LOGGING_AGENT_OUTPUTTER_TYPE_TYPE
The meta object id for the 'Logging Agent Outputter Type Type' class.

See Also:
LoggingAgentOutputterTypeTypeImpl, OutputterPackageImpl.getLoggingAgentOutputterTypeType(), Constant Field Values
Generated

LOGGING_AGENT_OUTPUTTER_TYPE_TYPE__AGENT_NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

LOGGING_AGENT_OUTPUTTER_TYPE_TYPE__WAIT_UNTIL_LOGGING_TIME

static final int LOGGING_AGENT_OUTPUTTER_TYPE_TYPE__WAIT_UNTIL_LOGGING_TIME
The feature id for the 'Wait Until Logging Time' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

LOGGING_AGENT_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT

static final int LOGGING_AGENT_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
The number of structural features of the 'Logging Agent Outputter Type Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

NOTIFICATION_OUTPUTTER_TYPE_TYPE

static final int NOTIFICATION_OUTPUTTER_TYPE_TYPE
The meta object id for the 'Notification Outputter Type Type' class.

See Also:
NotificationOutputterTypeTypeImpl, OutputterPackageImpl.getNotificationOutputterTypeType(), Constant Field Values
Generated

NOTIFICATION_OUTPUTTER_TYPE_TYPE__RESOURCE_URL

static final int NOTIFICATION_OUTPUTTER_TYPE_TYPE__RESOURCE_URL
The feature id for the 'Resource URL' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

NOTIFICATION_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT

static final int NOTIFICATION_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
The number of structural features of the 'Notification Outputter Type Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE

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

See Also:
OutputterConfigTypeImpl, OutputterPackageImpl.getOutputterConfigType(), Constant Field Values
Generated

OUTPUTTER_CONFIG_TYPE__PROPERTY

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__DESCRIPTION

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__DISABLED

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__UNIQUE_ID

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__SINGLE_FILE_OUTPUTTER_TYPE

static final int OUTPUTTER_CONFIG_TYPE__SINGLE_FILE_OUTPUTTER_TYPE
The feature id for the 'Single File Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__STANDARD_OUT_OUTPUTTER_TYPE

static final int OUTPUTTER_CONFIG_TYPE__STANDARD_OUT_OUTPUTTER_TYPE
The feature id for the 'Standard Out Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__LOGGING_AGENT_OUTPUTTER_TYPE

static final int OUTPUTTER_CONFIG_TYPE__LOGGING_AGENT_OUTPUTTER_TYPE
The feature id for the 'Logging Agent Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__NOTIFICATION_OUTPUTTER_TYPE

static final int OUTPUTTER_CONFIG_TYPE__NOTIFICATION_OUTPUTTER_TYPE
The feature id for the 'Notification Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE__TYPE

static final int OUTPUTTER_CONFIG_TYPE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

OUTPUTTER_CONFIG_TYPE_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

SINGLE_FILE_OUTPUTTER_TYPE_TYPE

static final int SINGLE_FILE_OUTPUTTER_TYPE_TYPE
The meta object id for the 'Single File Outputter Type Type' class.

See Also:
SingleFileOutputterTypeTypeImpl, OutputterPackageImpl.getSingleFileOutputterTypeType(), Constant Field Values
Generated

SINGLE_FILE_OUTPUTTER_TYPE_TYPE__DIRECTORY

static final int SINGLE_FILE_OUTPUTTER_TYPE_TYPE__DIRECTORY
The feature id for the 'Directory' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SINGLE_FILE_OUTPUTTER_TYPE_TYPE__FILE_NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

SINGLE_FILE_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT

static final int SINGLE_FILE_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
The number of structural features of the 'Single File Outputter Type Type' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

STANDARD_OUT_OUTPUTTER_TYPE_TYPE

static final int STANDARD_OUT_OUTPUTTER_TYPE_TYPE
The meta object id for the 'Standard Out Outputter Type Type' class.

See Also:
StandardOutOutputterTypeTypeImpl, OutputterPackageImpl.getStandardOutOutputterTypeType(), Constant Field Values
Generated

STANDARD_OUT_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT

static final int STANDARD_OUT_OUTPUTTER_TYPE_TYPE_FEATURE_COUNT
The number of structural features of the 'Standard Out Outputter Type 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, OutputterPackageImpl.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__LOGGING_AGENT_OUTPUTTER_TYPE

static final int DOCUMENT_ROOT__LOGGING_AGENT_OUTPUTTER_TYPE
The feature id for the 'Logging Agent Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__NOTIFICATION_OUTPUTTER_TYPE

static final int DOCUMENT_ROOT__NOTIFICATION_OUTPUTTER_TYPE
The feature id for the 'Notification Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__SINGLE_FILE_OUTPUTTER_TYPE

static final int DOCUMENT_ROOT__SINGLE_FILE_OUTPUTTER_TYPE
The feature id for the 'Single File Outputter Type' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__STANDARD_OUT_OUTPUTTER_TYPE

static final int DOCUMENT_ROOT__STANDARD_OUT_OUTPUTTER_TYPE
The feature id for the 'Standard Out Outputter Type' 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

OUTPUTTER_TYPE

static final int OUTPUTTER_TYPE
The meta object id for the 'Type' enum.

See Also:
OutputterType, OutputterPackageImpl.getOutputterType(), Constant Field Values
Generated

OUTPUTTER_TYPE_OBJECT

static final int OUTPUTTER_TYPE_OBJECT
The meta object id for the 'Type Object' data type.

See Also:
OutputterType, OutputterPackageImpl.getOutputterTypeObject(), Constant Field Values
Generated
Method Detail

getLoggingAgentOutputterTypeType

org.eclipse.emf.ecore.EClass getLoggingAgentOutputterTypeType()
Returns the meta object for class 'Logging Agent Outputter Type Type'.

Returns:
the meta object for class 'Logging Agent Outputter Type Type'.
See Also:
LoggingAgentOutputterTypeType
Generated

getLoggingAgentOutputterTypeType_AgentName

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

Returns:
the meta object for the attribute 'Agent Name'.
See Also:
LoggingAgentOutputterTypeType.getAgentName(), getLoggingAgentOutputterTypeType()
Generated

getLoggingAgentOutputterTypeType_WaitUntilLoggingTime

org.eclipse.emf.ecore.EAttribute getLoggingAgentOutputterTypeType_WaitUntilLoggingTime()
Returns the meta object for the attribute 'Wait Until Logging Time'.

Returns:
the meta object for the attribute 'Wait Until Logging Time'.
See Also:
LoggingAgentOutputterTypeType.getWaitUntilLoggingTime(), getLoggingAgentOutputterTypeType()
Generated

getNotificationOutputterTypeType

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

Returns:
the meta object for class 'Notification Outputter Type Type'.
See Also:
NotificationOutputterTypeType
Generated

getNotificationOutputterTypeType_ResourceURL

org.eclipse.emf.ecore.EAttribute getNotificationOutputterTypeType_ResourceURL()
Returns the meta object for the attribute 'Resource URL'.

Returns:
the meta object for the attribute 'Resource URL'.
See Also:
NotificationOutputterTypeType.getResourceURL(), getNotificationOutputterTypeType()
Generated

getOutputterConfigType

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

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

getOutputterConfigType_SingleFileOutputterType

org.eclipse.emf.ecore.EReference getOutputterConfigType_SingleFileOutputterType()
Returns the meta object for the containment reference 'Single File Outputter Type'.

Returns:
the meta object for the containment reference 'Single File Outputter Type'.
See Also:
OutputterConfigType.getSingleFileOutputterType(), getOutputterConfigType()
Generated

getOutputterConfigType_StandardOutOutputterType

org.eclipse.emf.ecore.EReference getOutputterConfigType_StandardOutOutputterType()
Returns the meta object for the containment reference 'Standard Out Outputter Type'.

Returns:
the meta object for the containment reference 'Standard Out Outputter Type'.
See Also:
OutputterConfigType.getStandardOutOutputterType(), getOutputterConfigType()
Generated

getOutputterConfigType_LoggingAgentOutputterType

org.eclipse.emf.ecore.EReference getOutputterConfigType_LoggingAgentOutputterType()
Returns the meta object for the containment reference 'Logging Agent Outputter Type'.

Returns:
the meta object for the containment reference 'Logging Agent Outputter Type'.
See Also:
OutputterConfigType.getLoggingAgentOutputterType(), getOutputterConfigType()
Generated

getOutputterConfigType_NotificationOutputterType

org.eclipse.emf.ecore.EReference getOutputterConfigType_NotificationOutputterType()
Returns the meta object for the containment reference 'Notification Outputter Type'.

Returns:
the meta object for the containment reference 'Notification Outputter Type'.
See Also:
OutputterConfigType.getNotificationOutputterType(), getOutputterConfigType()
Generated

getOutputterConfigType_Type

org.eclipse.emf.ecore.EAttribute getOutputterConfigType_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
OutputterConfigType.getType(), getOutputterConfigType()
Generated

getSingleFileOutputterTypeType

org.eclipse.emf.ecore.EClass getSingleFileOutputterTypeType()
Returns the meta object for class 'Single File Outputter Type Type'.

Returns:
the meta object for class 'Single File Outputter Type Type'.
See Also:
SingleFileOutputterTypeType
Generated

getSingleFileOutputterTypeType_Directory

org.eclipse.emf.ecore.EAttribute getSingleFileOutputterTypeType_Directory()
Returns the meta object for the attribute 'Directory'.

Returns:
the meta object for the attribute 'Directory'.
See Also:
SingleFileOutputterTypeType.getDirectory(), getSingleFileOutputterTypeType()
Generated

getSingleFileOutputterTypeType_FileName

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

Returns:
the meta object for the attribute 'File Name'.
See Also:
SingleFileOutputterTypeType.getFileName(), getSingleFileOutputterTypeType()
Generated

getStandardOutOutputterTypeType

org.eclipse.emf.ecore.EClass getStandardOutOutputterTypeType()
Returns the meta object for class 'Standard Out Outputter Type Type'.

Returns:
the meta object for class 'Standard Out Outputter Type Type'.
See Also:
StandardOutOutputterTypeType
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_LoggingAgentOutputterType

org.eclipse.emf.ecore.EReference getDocumentRoot_LoggingAgentOutputterType()
Returns the meta object for the containment reference 'Logging Agent Outputter Type'.

Returns:
the meta object for the containment reference 'Logging Agent Outputter Type'.
See Also:
DocumentRoot.getLoggingAgentOutputterType(), getDocumentRoot()
Generated

getDocumentRoot_NotificationOutputterType

org.eclipse.emf.ecore.EReference getDocumentRoot_NotificationOutputterType()
Returns the meta object for the containment reference 'Notification Outputter Type'.

Returns:
the meta object for the containment reference 'Notification Outputter Type'.
See Also:
DocumentRoot.getNotificationOutputterType(), getDocumentRoot()
Generated

getDocumentRoot_SingleFileOutputterType

org.eclipse.emf.ecore.EReference getDocumentRoot_SingleFileOutputterType()
Returns the meta object for the containment reference 'Single File Outputter Type'.

Returns:
the meta object for the containment reference 'Single File Outputter Type'.
See Also:
DocumentRoot.getSingleFileOutputterType(), getDocumentRoot()
Generated

getDocumentRoot_StandardOutOutputterType

org.eclipse.emf.ecore.EReference getDocumentRoot_StandardOutOutputterType()
Returns the meta object for the containment reference 'Standard Out Outputter Type'.

Returns:
the meta object for the containment reference 'Standard Out Outputter Type'.
See Also:
DocumentRoot.getStandardOutOutputterType(), getDocumentRoot()
Generated

getOutputterType

org.eclipse.emf.ecore.EEnum getOutputterType()
Returns the meta object for enum 'Type'.

Returns:
the meta object for enum 'Type'.
See Also:
OutputterType
Generated

getOutputterTypeObject

org.eclipse.emf.ecore.EDataType getOutputterTypeObject()
Returns the meta object for data type 'Type Object'.

Returns:
the meta object for data type 'Type Object'.
See Also:
OutputterType
Generated
[EMF] Model
instanceClass="org.eclipse.hyades.logging.adapter.model.internal.outputter.OutputterType" extendedMetaData="name='OutputterType:Object' baseType='OutputterType'"

getOutputterFactory

OutputterFactory getOutputterFactory()
Returns the factory that creates the instances of the model.

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

TPTP 4.5.0 Platform Project
Internal API Specification