org.eclipse.etrice.core.room
Interface RefableType

All Known Implementing Classes:
RefableTypeImpl

public interface RefableType

A representation of the model object 'Refable Type'.

The following features are supported:

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

Method Summary
 DataType getType()
          Returns the value of the 'Type' reference.
 boolean isRef()
          Returns the value of the 'Ref' attribute.
 void setRef(boolean value)
          Sets the value of the 'Ref' attribute.
 void setType(DataType value)
          Sets the value of the 'Type' reference.
 

Method Detail

getType

DataType 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(DataType), RoomPackage.getRefableType_Type()
EMF generated code
EMF model element

setType

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

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
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.getRefableType_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