ujf.verimag.bip.Core.Modules
Interface OpaqueElement

All Superinterfaces:
Action, DataReference, DataType, Declaration, Expression, PortExpression
All Known Implementing Classes:
OpaqueElementImpl

public interface OpaqueElement
extends Action, DataReference, DataType, Declaration, PortExpression

A representation of the model object 'Opaque Element'.

The following features are supported:

See Also:
ModulesPackage.getOpaqueElement()

Method Summary
 java.lang.String getBody()
          Returns the value of the 'Body' attribute.
 boolean isIsHeader()
          Returns the value of the 'Is Header' attribute.
 void setBody(java.lang.String value)
          Sets the value of the 'Body' attribute.
 void setIsHeader(boolean value)
          Sets the value of the 'Is Header' attribute.
 

Method Detail

getBody

java.lang.String getBody()
Returns the value of the 'Body' attribute.

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

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), ModulesPackage.getOpaqueElement_Body()

setBody

void setBody(java.lang.String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()

isIsHeader

boolean isIsHeader()
Returns the value of the 'Is Header' attribute.

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

Returns:
the value of the 'Is Header' attribute.
See Also:
setIsHeader(boolean), ModulesPackage.getOpaqueElement_IsHeader()

setIsHeader

void setIsHeader(boolean value)
Sets the value of the 'Is Header' attribute.

Parameters:
value - the new value of the 'Is Header' attribute.
See Also:
isIsHeader()