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.
 RefableType getRefType()
          Returns the value of the 'Ref Type' containment reference.
 int getSize()
          Returns the value of the 'Size' attribute.
 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 setRefType(RefableType value)
          Sets the value of the 'Ref Type' containment reference.
 void setSize(int value)
          Sets the value of the 'Size' 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.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

getRefType

RefableType getRefType()
Returns the value of the 'Ref Type' containment reference.

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

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

setRefType

void setRefType(RefableType value)
Sets the value of the 'Ref Type' containment reference.

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