org.eclipse.etrice.core.room
Interface BaseState

All Superinterfaces:
State, StateGraphItem, StateGraphNode
All Known Implementing Classes:
BaseStateImpl

public interface BaseState
extends State

A representation of the model object 'Base State'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.etrice.core.room.State
getDoCode, getDocu, getEntryCode, getExitCode, getSubgraph, setDoCode, setDocu, setEntryCode, setExitCode, setSubgraph
 

Method Detail

getName

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

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

Specified by:
getName in interface State
Specified by:
getName in interface StateGraphItem
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RoomPackage.getBaseState_Name()
EMF generated code
EMF model element

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