org.eclipse.etrice.core.room
Interface Annotation

All Known Implementing Classes:
AnnotationImpl

public interface Annotation

A representation of the model object 'Annotation'.

The following features are supported:

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

Method Summary
  getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

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.getAnnotation_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

getAttributes

 getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type KeyValue.

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

Returns:
the value of the 'Attributes' containment reference list.
See Also:
RoomPackage.getAnnotation_Attributes()
EMF generated code
EMF model element
containment="true"