org.eclipse.m2m.qvt.oml.ecore.ImperativeOCL
Interface BlockExp

All Superinterfaces:
ImperativeExpression
All Known Implementing Classes:
BlockExpImpl

public interface BlockExp
extends ImperativeExpression

A representation of the model object 'Block Exp'.

The following features are supported:

See Also:
ImperativeOCLPackage.getBlockExp()

Method Summary
  getBody()
          Returns the value of the 'Body' containment reference list.
 

Method Detail

getBody

 getBody()
Returns the value of the 'Body' containment reference list. The list contents are of type org.eclipse.ocl.ecore.OCLExpression.

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

Returns:
the value of the 'Body' containment reference list.
See Also:
ImperativeOCLPackage.getBlockExp_Body()

Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.