org.eclipse.etrice.core.room
Interface Attribute

All Known Implementing Classes:
AttributeImpl

public interface Attribute

A representation of the model object 'Attribute'.

The following features are supported:

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

Method Summary
 java.lang.String getDefaultValueLiteral()
          Returns the value of the 'Default Value Literal' attribute.
 Documentation getDocu()
          Returns the value of the 'Docu' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 int getSize()
          Returns the value of the 'Size' attribute.
 Type getType()
          Returns the value of the 'Type' containment reference.
 void setDefaultValueLiteral(java.lang.String value)
          Sets the value of the 'Default Value Literal' attribute.
 void setDocu(Documentation value)
          Sets the value of the 'Docu' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setSize(int value)
          Sets the value of the 'Size' 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.getAttribute_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

getSize

int getSize()
Returns the value of the 'Size' attribute.

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

Returns:
the value of the 'Size' attribute.
See Also:
setSize(int), RoomPackage.getAttribute_Size()
EMF generated code
EMF model element

setSize

void setSize(int value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()
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.getAttribute_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

getDefaultValueLiteral

java.lang.String getDefaultValueLiteral()
Returns the value of the 'Default Value Literal' attribute.

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

Returns:
the value of the 'Default Value Literal' attribute.
See Also:
setDefaultValueLiteral(String), RoomPackage.getAttribute_DefaultValueLiteral()
EMF generated code
EMF model element

setDefaultValueLiteral

void setDefaultValueLiteral(java.lang.String value)
Sets the value of the 'Default Value Literal' attribute.

Parameters:
value - the new value of the 'Default Value Literal' attribute.
See Also:
getDefaultValueLiteral()
EMF generated code

getDocu

Documentation getDocu()
Returns the value of the 'Docu' containment reference.

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

Returns:
the value of the 'Docu' containment reference.
See Also:
setDocu(Documentation), RoomPackage.getAttribute_Docu()
EMF generated code
EMF model element
containment="true"

setDocu

void setDocu(Documentation value)
Sets the value of the 'Docu' containment reference.

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