org.eclipse.etrice.core.room
Interface Guard

All Known Implementing Classes:
GuardImpl

public interface Guard

A representation of the model object 'Guard'.

The following features are supported:

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

Method Summary
 DetailCode getGuard()
          Returns the value of the 'Guard' containment reference.
 void setGuard(DetailCode value)
          Sets the value of the 'Guard' containment reference.
 

Method Detail

getGuard

DetailCode getGuard()
Returns the value of the 'Guard' containment reference.

If the meaning of the 'Guard' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Guard' containment reference.
See Also:
setGuard(DetailCode), RoomPackage.getGuard_Guard()
EMF generated code
EMF model element
containment="true"

setGuard

void setGuard(DetailCode value)
Sets the value of the 'Guard' containment reference.

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