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

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

public class ErrorTypeImpl
extends EObjectImpl
implements ErrorType

An implementation of the model object 'Error 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 ErrorTypeImpl()
           
 
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

ErrorTypeImpl

protected ErrorTypeImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getMixed

public FeatureMap getMixed()

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

getExpected

public java.lang.String getExpected()

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

setExpected

public void setExpected(java.lang.String newExpected)

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

getActual

public java.lang.String getActual()

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

setActual

public void setActual(java.lang.String newActual)

Specified by:
setActual in interface ErrorType
Parameters:
newActual - the new value of the 'Actual' attribute.
See Also:
ErrorType.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