org.eclipse.etrice.core.room
Interface Type

All Superinterfaces:
BasicType
All Known Implementing Classes:
TypeImpl

public interface Type
extends BasicType

A representation of the model object 'Type'.

The following features are supported:

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

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

Method Detail

getType

DataClass getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(DataClass), RoomPackage.getType_Type()
EMF generated code
EMF model element

setType

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

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

getExt

java.lang.String getExt()
Returns the value of the 'Ext' attribute.

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

Returns:
the value of the 'Ext' attribute.
See Also:
setExt(String), RoomPackage.getType_Ext()
EMF generated code
EMF model element

setExt

void setExt(java.lang.String value)
Sets the value of the 'Ext' attribute.

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