org.eclipse.etrice.core.room
Interface PrimitiveType

All Superinterfaces:
DataType, RoomClass
All Known Implementing Classes:
PrimitiveTypeImpl

public interface PrimitiveType
extends DataType

A representation of the model object 'Primitive Type'.

The following features are supported:

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

Method Summary
 java.lang.String getCastName()
          Returns the value of the 'Cast Name' attribute.
 java.lang.String getDefaultValueLiteral()
          Returns the value of the 'Default Value Literal' attribute.
 java.lang.String getTargetName()
          Returns the value of the 'Target Name' attribute.
 void setCastName(java.lang.String value)
          Sets the value of the 'Cast Name' attribute.
 void setDefaultValueLiteral(java.lang.String value)
          Sets the value of the 'Default Value Literal' 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.getPrimitiveType_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

getCastName

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

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

Returns:
the value of the 'Cast Name' attribute.
See Also:
setCastName(String), RoomPackage.getPrimitiveType_CastName()
EMF generated code
EMF model element

setCastName

void setCastName(java.lang.String value)
Sets the value of the 'Cast Name' attribute.

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

getDefaultValueLiteral

java.lang.String getDefaultValueLiteral()
Returns the value of the 'Default Value Literal' attribute.

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

Returns:
the value of the 'Default Value Literal' attribute.
See Also:
setDefaultValueLiteral(String), RoomPackage.getPrimitiveType_DefaultValueLiteral()
EMF generated code
EMF model element

setDefaultValueLiteral

void setDefaultValueLiteral(java.lang.String value)
Sets the value of the 'Default Value Literal' attribute.

Parameters:
value - the new value of the 'Default Value Literal' attribute.
See Also:
getDefaultValueLiteral()
EMF generated code