org.eclipse.etrice.core.room
Interface BasicType

All Known Subinterfaces:
FreeType, Type
All Known Implementing Classes:
BasicTypeImpl, FreeTypeImpl, TypeImpl

public interface BasicType

A representation of the model object 'Basic Type'.

The following features are supported:

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

Method Summary
 PrimitiveType getPrim()
          Returns the value of the 'Prim' attribute.
 boolean isRef()
          Returns the value of the 'Ref' attribute.
 void setPrim(PrimitiveType value)
          Sets the value of the 'Prim' attribute.
 void setRef(boolean value)
          Sets the value of the 'Ref' attribute.
 

Method Detail

getPrim

PrimitiveType getPrim()
Returns the value of the 'Prim' attribute. The literals are from the enumeration PrimitiveType.

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

Returns:
the value of the 'Prim' attribute.
See Also:
PrimitiveType, setPrim(PrimitiveType), RoomPackage.getBasicType_Prim()
EMF generated code
EMF model element

setPrim

void setPrim(PrimitiveType value)
Sets the value of the 'Prim' attribute.

Parameters:
value - the new value of the 'Prim' attribute.
See Also:
PrimitiveType, getPrim()
EMF generated code

isRef

boolean isRef()
Returns the value of the 'Ref' attribute.

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

Returns:
the value of the 'Ref' attribute.
See Also:
setRef(boolean), RoomPackage.getBasicType_Ref()
EMF generated code
EMF model element

setRef

void setRef(boolean value)
Sets the value of the 'Ref' attribute.

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