org.eclipse.etrice.core.room
Interface FreeTypedID

All Known Implementing Classes:
FreeTypedIDImpl

public interface FreeTypedID

A representation of the model object 'Free Typed ID'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 FreeType getType()
          Returns the value of the 'Type' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setType(FreeType value)
          Sets the value of the 'Type' containment reference.
 

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

getType

FreeType getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(FreeType), RoomPackage.getFreeTypedID_Type()
EMF generated code
EMF model element
containment="true"

setType

void setType(FreeType value)
Sets the value of the 'Type' containment reference.

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