org.eclipse.etrice.core.room
Interface StandardOperation

All Superinterfaces:
Operation
All Known Implementing Classes:
StandardOperationImpl

public interface StandardOperation
extends Operation

A representation of the model object 'Standard Operation'.

The following features are supported:

See Also:
RoomPackage.getStandardOperation()
EMF generated code
EMF model element

Method Summary
 boolean isDestructor()
          Returns the value of the 'Destructor' attribute.
 void setDestructor(boolean value)
          Sets the value of the 'Destructor' attribute.
 
Methods inherited from interface org.eclipse.etrice.core.room.Operation
getArguments, getDetailCode, getDocu, getName, getReturntype, setDetailCode, setDocu, setName, setReturntype
 

Method Detail

isDestructor

boolean isDestructor()
Returns the value of the 'Destructor' attribute.

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

Returns:
the value of the 'Destructor' attribute.
See Also:
setDestructor(boolean), RoomPackage.getStandardOperation_Destructor()
EMF generated code
EMF model element

setDestructor

void setDestructor(boolean value)
Sets the value of the 'Destructor' attribute.

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