org.eclipse.etrice.etunit.converter.Etunit
Interface ErrorType

All Known Implementing Classes:
ErrorTypeImpl

public interface ErrorType

A representation of the model object 'Error Type'.

The following features are supported:

See Also:
EtunitPackage.getErrorType()
EMF generated code
EMF model element
extendedMetaData="name='error_._type' kind='mixed'"

Method Summary
 java.lang.String getActual()
          Returns the value of the 'Actual' attribute.
 java.lang.String getExpected()
          Returns the value of the 'Expected' attribute.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 void setActual(java.lang.String value)
          Sets the value of the 'Actual' attribute.
 void setExpected(java.lang.String value)
          Sets the value of the 'Expected' attribute.
 

Method Detail

getMixed

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

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

Returns:
the value of the 'Mixed' attribute list.
See Also:
EtunitPackage.getErrorType_Mixed()
EMF generated code
EMF model element
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"

getExpected

java.lang.String getExpected()
Returns the value of the 'Expected' attribute.

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

Returns:
the value of the 'Expected' attribute.
See Also:
setExpected(String), EtunitPackage.getErrorType_Expected()
EMF generated code
EMF model element
dataType="org.eclipse.emf.ecore.xml.type.String" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='expected' namespace='##targetNamespace'"

setExpected

void setExpected(java.lang.String value)
Sets the value of the 'Expected' attribute.

Parameters:
value - the new value of the 'Expected' attribute.
See Also:
getExpected()
EMF generated code

getActual

java.lang.String getActual()
Returns the value of the 'Actual' attribute.

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

Returns:
the value of the 'Actual' attribute.
See Also:
setActual(String), EtunitPackage.getErrorType_Actual()
EMF generated code
EMF model element
dataType="org.eclipse.emf.ecore.xml.type.String" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='actual' namespace='##targetNamespace'"

setActual

void setActual(java.lang.String value)
Sets the value of the 'Actual' attribute.

Parameters:
value - the new value of the 'Actual' attribute.
See Also:
getActual()
EMF generated code