org.eclipse.emf.mwe.ewm.workflow.runtime
Class WorkflowLog

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.mwe.ewm.workflow.runtime.WorkflowLog
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class WorkflowLog
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements org.eclipse.emf.ecore.EObject

A representation of the model object 'Workflow Log'.

The following features are supported:

See Also:
RuntimePackage.getWorkflowLog()
EMF generated code
EMF model element
kind="class"

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  org.eclipse.emf.ecore.util.FeatureMap entries
          The cached value of the 'Entries' attribute list.
protected static WorkflowLogEntryType LOG_LEVEL_EDEFAULT
          The default value of the 'Log Level' attribute.
protected  WorkflowLogEntryType logLevel
          The cached value of the 'Log Level' attribute.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected WorkflowLog()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> getDebugs()
          Returns the value of the 'Debugs' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getEntries()
          Returns the value of the 'Entries' attribute list.
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> getErrors()
          Returns the value of the 'Errors' containment reference list.
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> getInfos()
          Returns the value of the 'Infos' containment reference list.
 WorkflowLogEntryType getLogLevel()
          Returns the value of the 'Log Level' attribute.
 org.eclipse.emf.common.util.EList<WorkflowLogEntry> getWarnings()
          Returns the value of the 'Warnings' containment reference list.
 void logDebug(java.lang.String message)
           
 void logError(java.lang.String message)
           
 void logException(java.lang.Exception e)
           
 void logInfo(java.lang.String message)
           
 void logWarning(java.lang.String message)
           
 void setLogLevel(WorkflowLogEntryType newLogLevel)
          Sets the value of the 'Log Level' attribute.
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

entries

protected org.eclipse.emf.ecore.util.FeatureMap entries
The cached value of the 'Entries' attribute list.

See Also:
getEntries()
EMF generated code
EMF ordered

LOG_LEVEL_EDEFAULT

protected static final WorkflowLogEntryType LOG_LEVEL_EDEFAULT
The default value of the 'Log Level' attribute.

See Also:
getLogLevel()
EMF generated code
EMF ordered

logLevel

protected WorkflowLogEntryType logLevel
The cached value of the 'Log Level' attribute.

See Also:
getLogLevel()
EMF generated code
EMF ordered
Constructor Detail

WorkflowLog

protected WorkflowLog()

EMF generated code
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl
EMF generated code

getEntries

public org.eclipse.emf.ecore.util.FeatureMap getEntries()
Returns the value of the 'Entries' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Entries' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entries' attribute list.
See Also:
RuntimePackage.getWorkflowLog_Entries()
EMF generated code
EMF model element
dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group'"

getErrors

public org.eclipse.emf.common.util.EList<WorkflowLogEntry> getErrors()
Returns the value of the 'Errors' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Errors' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Errors' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Errors()
EMF generated code
EMF model element
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getWarnings

public org.eclipse.emf.common.util.EList<WorkflowLogEntry> getWarnings()
Returns the value of the 'Warnings' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Warnings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Warnings' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Warnings()
EMF generated code
EMF model element
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getInfos

public org.eclipse.emf.common.util.EList<WorkflowLogEntry> getInfos()
Returns the value of the 'Infos' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Infos' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Infos' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Infos()
EMF generated code
EMF model element
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getDebugs

public org.eclipse.emf.common.util.EList<WorkflowLogEntry> getDebugs()
Returns the value of the 'Debugs' containment reference list. The list contents are of type WorkflowLogEntry.

If the meaning of the 'Debugs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Debugs' containment reference list.
See Also:
RuntimePackage.getWorkflowLog_Debugs()
EMF generated code
EMF model element
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="group='#entries'"

getLogLevel

public WorkflowLogEntryType getLogLevel()
Returns the value of the 'Log Level' attribute. The literals are from the enumeration WorkflowLogEntryType.

If the meaning of the 'Log Level' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Log Level' attribute.
See Also:
WorkflowLogEntryType, setLogLevel(WorkflowLogEntryType), RuntimePackage.getWorkflowLog_LogLevel()
EMF generated code
EMF model element

setLogLevel

public void setLogLevel(WorkflowLogEntryType newLogLevel)
Sets the value of the 'Log Level' attribute.

Parameters:
value - the new value of the 'Log Level' attribute.
See Also:
WorkflowLogEntryType, getLogLevel()
EMF generated code

logError

public void logError(java.lang.String message)

EMF generated code
NOT
EMF model element

logWarning

public void logWarning(java.lang.String message)

EMF generated code
NOT
EMF model element

logInfo

public void logInfo(java.lang.String message)

EMF generated code
NOT
EMF model element

logDebug

public void logDebug(java.lang.String message)

EMF generated code
NOT
EMF model element

logException

public void logException(java.lang.Exception e)

EMF generated code
NOT
EMF model element
messageDataType="org.eclipse.emf.mwe.ewm.workflow.runtime.Exception"

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EMF generated code

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EMF generated code

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EMF generated code

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EMF generated code

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EMF generated code

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EMF generated code