org.eclipse.etrice.core.room
Interface ExternalType

All Superinterfaces:
ComplexType, DataType, RoomClass
All Known Implementing Classes:
ExternalTypeImpl

public interface ExternalType
extends ComplexType

A representation of the model object 'External Type'.

The following features are supported:

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

Method Summary
 java.lang.String getTargetName()
          Returns the value of the 'Target Name' attribute.
 void setTargetName(java.lang.String value)
          Sets the value of the 'Target Name' attribute.
 
Methods inherited from interface org.eclipse.etrice.core.room.RoomClass
getDocu, getName, setDocu, setName
 

Method Detail

getTargetName

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

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

Returns:
the value of the 'Target Name' attribute.
See Also:
setTargetName(String), RoomPackage.getExternalType_TargetName()
EMF generated code
EMF model element

setTargetName

void setTargetName(java.lang.String value)
Sets the value of the 'Target Name' attribute.

Parameters:
value - the new value of the 'Target Name' attribute.
See Also:
getTargetName()
EMF generated code