ujf.verimag.bip.Core.Modules.impl
Class OpaqueElementImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.ActionImpl
          extended by ujf.verimag.bip.Core.Modules.impl.OpaqueElementImpl
All Implemented Interfaces:
DataReference, Action, DataType, Expression, Declaration, OpaqueElement, PortExpression

public class OpaqueElementImpl
extends ActionImpl
implements OpaqueElement

An implementation of the model object 'Opaque Element'.

The following features are implemented:


Field Summary
protected  java.lang.String body
          The cached value of the 'Body' attribute.
protected static java.lang.String BODY_EDEFAULT
          The default value of the 'Body' attribute.
protected static boolean IS_HEADER_EDEFAULT
          The default value of the 'Is Header' attribute.
protected  boolean isHeader
          The cached value of the 'Is Header' attribute.
 
Constructor Summary
protected OpaqueElementImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getBody()
           
 boolean isIsHeader()
           
 void setBody(java.lang.String newBody)
           
 void setIsHeader(boolean newIsHeader)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BODY_EDEFAULT

protected static final java.lang.String BODY_EDEFAULT
The default value of the 'Body' attribute.

See Also:
getBody()

body

protected java.lang.String body
The cached value of the 'Body' attribute.

See Also:
getBody()

IS_HEADER_EDEFAULT

protected static final boolean IS_HEADER_EDEFAULT
The default value of the 'Is Header' attribute.

See Also:
isIsHeader(), Constant Field Values

isHeader

protected boolean isHeader
The cached value of the 'Is Header' attribute.

See Also:
isIsHeader()
Constructor Detail

OpaqueElementImpl

protected OpaqueElementImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ActionImpl

getBody

public java.lang.String getBody()

Specified by:
getBody in interface OpaqueElement
Returns:
the value of the 'Body' attribute.
See Also:
OpaqueElement.setBody(String), ModulesPackage.getOpaqueElement_Body()

setBody

public void setBody(java.lang.String newBody)

Specified by:
setBody in interface OpaqueElement
Parameters:
newBody - the new value of the 'Body' attribute.
See Also:
OpaqueElement.getBody()

isIsHeader

public boolean isIsHeader()

Specified by:
isIsHeader in interface OpaqueElement
Returns:
the value of the 'Is Header' attribute.
See Also:
OpaqueElement.setIsHeader(boolean), ModulesPackage.getOpaqueElement_IsHeader()

setIsHeader

public void setIsHeader(boolean newIsHeader)

Specified by:
setIsHeader in interface OpaqueElement
Parameters:
newIsHeader - the new value of the 'Is Header' attribute.
See Also:
OpaqueElement.isIsHeader()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()