TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.impl
Class TRCFilterImpl

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.hyades.models.hierarchy.impl.TRCFilterImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, TRCFilter

public class TRCFilterImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements TRCFilter

An implementation of the model object 'TRC Filter'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.common.notify.NotificationChain basicSetConfiguration(TRCConfiguration newConfiguration, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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)
           
 void eUnset(int featureID)
           
 java.lang.Boolean getActive()
           
 TRCConfiguration getConfiguration()
           
 java.lang.String getMode()
           
 java.lang.String getOperation()
           
 java.lang.String getPattern()
           
 java.lang.String getType()
           
 void setActive(java.lang.Boolean newActive)
           
 void setConfiguration(TRCConfiguration newConfiguration)
           
 void setMode(java.lang.String newMode)
           
 void setOperation(java.lang.String newOperation)
           
 void setPattern(java.lang.String newPattern)
           
 void setType(java.lang.String newType)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, 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, 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
 

Method Detail

getType

public java.lang.String getType()

Specified by:
getType in interface TRCFilter
Returns:
the value of the 'Type' attribute.
See Also:
TRCFilter.setType(String), HierarchyPackage.getTRCFilter_Type()
Generated

setType

public void setType(java.lang.String newType)

Specified by:
setType in interface TRCFilter
Parameters:
newType - the new value of the 'Type' attribute.
See Also:
TRCFilter.getType()
Generated

getPattern

public java.lang.String getPattern()

Specified by:
getPattern in interface TRCFilter
Returns:
the value of the 'Pattern' attribute.
See Also:
TRCFilter.setPattern(String), HierarchyPackage.getTRCFilter_Pattern()
Generated

setPattern

public void setPattern(java.lang.String newPattern)

Specified by:
setPattern in interface TRCFilter
Parameters:
newPattern - the new value of the 'Pattern' attribute.
See Also:
TRCFilter.getPattern()
Generated

getMode

public java.lang.String getMode()

Specified by:
getMode in interface TRCFilter
Returns:
the value of the 'Mode' attribute.
See Also:
TRCFilter.setMode(String), HierarchyPackage.getTRCFilter_Mode()
Generated

setMode

public void setMode(java.lang.String newMode)

Specified by:
setMode in interface TRCFilter
Parameters:
newMode - the new value of the 'Mode' attribute.
See Also:
TRCFilter.getMode()
Generated

getActive

public java.lang.Boolean getActive()

Specified by:
getActive in interface TRCFilter
Returns:
the value of the 'Active' attribute.
See Also:
TRCFilter.setActive(Boolean), HierarchyPackage.getTRCFilter_Active()
Generated

setActive

public void setActive(java.lang.Boolean newActive)

Specified by:
setActive in interface TRCFilter
Parameters:
newActive - the new value of the 'Active' attribute.
See Also:
TRCFilter.getActive()
Generated

getOperation

public java.lang.String getOperation()

Specified by:
getOperation in interface TRCFilter
Returns:
the value of the 'Operation' attribute.
See Also:
TRCFilter.setOperation(String), HierarchyPackage.getTRCFilter_Operation()
Generated

setOperation

public void setOperation(java.lang.String newOperation)

Specified by:
setOperation in interface TRCFilter
Parameters:
newOperation - the new value of the 'Operation' attribute.
See Also:
TRCFilter.getOperation()
Generated

getConfiguration

public TRCConfiguration getConfiguration()

Specified by:
getConfiguration in interface TRCFilter
Returns:
the value of the 'Configuration' container reference.
See Also:
TRCFilter.setConfiguration(TRCConfiguration), HierarchyPackage.getTRCFilter_Configuration(), TRCConfiguration.getFilters()
Generated

basicSetConfiguration

public org.eclipse.emf.common.notify.NotificationChain basicSetConfiguration(TRCConfiguration newConfiguration,
                                                                             org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setConfiguration

public void setConfiguration(TRCConfiguration newConfiguration)

Specified by:
setConfiguration in interface TRCFilter
Parameters:
newConfiguration - the new value of the 'Configuration' container reference.
See Also:
TRCFilter.getConfiguration()
Generated

eInverseAdd

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

Overrides:
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

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
Generated

eBasicRemoveFromContainerFeature

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

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
Generated

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
Generated

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
Generated

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
Generated

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

TPTP 4.5.0 Platform Project
Public API Specification