org.eclipse.etrice.core.room
Interface TypedID

All Known Implementing Classes:
TypedIDImpl

public interface TypedID

A representation of the model object 'Typed ID'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 Type getType()
          Returns the value of the 'Type' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setType(Type value)
          Sets the value of the 'Type' containment reference.
 

Method Detail

getName

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

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

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

setName

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

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

getType

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

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(Type), RoomPackage.getTypedID_Type()
EMF generated code
EMF model element
containment="true"

setType

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

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