org.eclipse.etrice.core.room
Interface RoomClass

All Known Subinterfaces:
ActorClass, ActorContainerClass, ComplexType, DataClass, DataType, ExpandedActorClass, ExternalType, LogicalSystem, PrimitiveType, ProtocolClass, StructureClass, SubSystemClass
All Known Implementing Classes:
ActorClassImpl, ActorContainerClassImpl, ComplexTypeImpl, DataClassImpl, DataTypeImpl, ExpandedActorClassImpl, ExternalTypeImpl, LogicalSystemImpl, PrimitiveTypeImpl, ProtocolClassImpl, RoomClassImpl, StructureClassImpl, SubSystemClassImpl

public interface RoomClass

A representation of the model object 'Class'.

The following features are supported:

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

Method Summary
 Documentation getDocu()
          Returns the value of the 'Docu' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setDocu(Documentation value)
          Sets the value of the 'Docu' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

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...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RoomPackage.getRoomClass_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

getDocu

Documentation getDocu()
Returns the value of the 'Docu' containment reference.

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

Returns:
the value of the 'Docu' containment reference.
See Also:
setDocu(Documentation), RoomPackage.getRoomClass_Docu()
EMF generated code
EMF model element
containment="true"

setDocu

void setDocu(Documentation value)
Sets the value of the 'Docu' containment reference.

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