org.eclipse.etrice.etunit.converter.Etunit.impl
Class FailureTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.etrice.etunit.converter.Etunit.impl.FailureTypeImpl
All Implemented Interfaces:
FailureType

public class FailureTypeImpl
extends EObjectImpl
implements FailureType

An implementation of the model object 'Failure Type'.

The following features are implemented:

EMF generated code

Field Summary
protected static java.lang.String ACTUAL_EDEFAULT
          The default value of the 'Actual' attribute.
protected static java.lang.String EXPECTED_EDEFAULT
          The default value of the 'Expected' attribute.
protected  FeatureMap mixed
          The cached value of the 'Mixed' attribute list.
 
Constructor Summary
protected FailureTypeImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getActual()
           
 java.lang.String getExpected()
           
 FeatureMap getMixed()
           
 void setActual(java.lang.String newActual)
           
 void setExpected(java.lang.String newExpected)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mixed

protected FeatureMap mixed
The cached value of the 'Mixed' attribute list.

See Also:
getMixed()
EMF generated code
EMF ordered

EXPECTED_EDEFAULT

protected static final java.lang.String EXPECTED_EDEFAULT
The default value of the 'Expected' attribute.

See Also:
getExpected()
EMF generated code
EMF ordered

ACTUAL_EDEFAULT

protected static final java.lang.String ACTUAL_EDEFAULT
The default value of the 'Actual' attribute.

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

FailureTypeImpl

protected FailureTypeImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getMixed

public FeatureMap getMixed()

Specified by:
getMixed in interface FailureType
Returns:
the value of the 'Mixed' attribute list.
See Also:
EtunitPackage.getFailureType_Mixed()
EMF generated code

getExpected

public java.lang.String getExpected()

Specified by:
getExpected in interface FailureType
Returns:
the value of the 'Expected' attribute.
See Also:
FailureType.setExpected(String), EtunitPackage.getFailureType_Expected()
EMF generated code

setExpected

public void setExpected(java.lang.String newExpected)

Specified by:
setExpected in interface FailureType
Parameters:
newExpected - the new value of the 'Expected' attribute.
See Also:
FailureType.getExpected()
EMF generated code

getActual

public java.lang.String getActual()

Specified by:
getActual in interface FailureType
Returns:
the value of the 'Actual' attribute.
See Also:
FailureType.setActual(String), EtunitPackage.getFailureType_Actual()
EMF generated code

setActual

public void setActual(java.lang.String newActual)

Specified by:
setActual in interface FailureType
Parameters:
newActual - the new value of the 'Actual' attribute.
See Also:
FailureType.getActual()
EMF generated code

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

EMF generated code

eGet

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

EMF generated code

eSet

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

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code

toString

public java.lang.String toString()

EMF generated code