org.eclipse.etrice.core.room
Interface VarDecl

All Known Implementing Classes:
VarDeclImpl

public interface VarDecl

A representation of the model object 'Var Decl'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 RefableType getRefType()
          Returns the value of the 'Ref Type' 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.
 

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

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