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

All Known Implementing Classes:
TestcaseTypeImpl

public interface TestcaseType

A representation of the model object 'Testcase Type'.

The following features are supported:

See Also:
EtunitPackage.getTestcaseType()
EMF generated code
EMF model element
extendedMetaData="name='testcase_._type' kind='elementOnly'"

Method Summary
 java.lang.String getClassname()
          Returns the value of the 'Classname' attribute.
 ErrorType getError()
          Returns the value of the 'Error' containment reference.
 FailureType getFailure()
          Returns the value of the 'Failure' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.math.BigDecimal getTime()
          Returns the value of the 'Time' attribute.
 void setClassname(java.lang.String value)
          Sets the value of the 'Classname' attribute.
 void setError(ErrorType value)
          Sets the value of the 'Error' containment reference.
 void setFailure(FailureType value)
          Sets the value of the 'Failure' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setTime(java.math.BigDecimal value)
          Sets the value of the 'Time' attribute.
 

Method Detail

getError

ErrorType getError()
Returns the value of the 'Error' containment reference.

Returns:
the value of the 'Error' containment reference.
See Also:
setError(ErrorType), EtunitPackage.getTestcaseType_Error()
EMF generated code
EMF model element
containment="true" extendedMetaData="kind='element' name='error' namespace='##targetNamespace'"

setError

void setError(ErrorType value)
Sets the value of the 'Error' containment reference.

Parameters:
value - the new value of the 'Error' containment reference.
See Also:
getError()
EMF generated code

getFailure

FailureType getFailure()
Returns the value of the 'Failure' containment reference.

Returns:
the value of the 'Failure' containment reference.
See Also:
setFailure(FailureType), EtunitPackage.getTestcaseType_Failure()
EMF generated code
EMF model element
containment="true" extendedMetaData="kind='element' name='failure' namespace='##targetNamespace'"

setFailure

void setFailure(FailureType value)
Sets the value of the 'Failure' containment reference.

Parameters:
value - the new value of the 'Failure' containment reference.
See Also:
getFailure()
EMF generated code

getClassname

java.lang.String getClassname()
Returns the value of the 'Classname' attribute.

Returns:
the value of the 'Classname' attribute.
See Also:
setClassname(String), EtunitPackage.getTestcaseType_Classname()
EMF generated code
EMF model element
dataType="org.eclipse.emf.ecore.xml.type.Token" required="true" extendedMetaData="kind='attribute' name='classname' namespace='##targetNamespace'"

setClassname

void setClassname(java.lang.String value)
Sets the value of the 'Classname' attribute.

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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EtunitPackage.getTestcaseType_Name()
EMF generated code
EMF model element
dataType="org.eclipse.emf.ecore.xml.type.Token" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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

getTime

java.math.BigDecimal getTime()
Returns the value of the 'Time' attribute.

Returns:
the value of the 'Time' attribute.
See Also:
setTime(BigDecimal), EtunitPackage.getTestcaseType_Time()
EMF generated code
EMF model element
dataType="org.eclipse.emf.ecore.xml.type.Decimal" required="true" extendedMetaData="kind='attribute' name='time' namespace='##targetNamespace'"

setTime

void setTime(java.math.BigDecimal value)
Sets the value of the 'Time' attribute.

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