org.eclipse.etrice.core.room
Interface FreeType

All Superinterfaces:
BasicType
All Known Implementing Classes:
FreeTypeImpl

public interface FreeType
extends BasicType

A representation of the model object 'Free Type'.

The following features are supported:

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

Method Summary
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.etrice.core.room.BasicType
getPrim, isRef, setPrim, setRef
 

Method Detail

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), RoomPackage.getFreeType_Type()
EMF generated code
EMF model element

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

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