bexee.model.elements.impl
Class BpelCaseImpl

java.lang.Object
  extended bybexee.model.elements.impl.BpelCaseImpl
All Implemented Interfaces:
BpelCase

public class BpelCaseImpl
extends java.lang.Object
implements BpelCase

Default implementation of the BpelCase BPEL element.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:12 $
Author:
Patric Fornasier, Pawel Kowalski

Constructor Summary
BpelCaseImpl()
           
 
Method Summary
 void activity(Activity activity)
           
 BooleanExpression getBooleanExpression()
          Get the BooleanExpression associated with this Case.
 Activity getCaseActivity()
          Get the Activity associated with this Case.
 void setBooleanExpression(BooleanExpression booleanExpression)
          Set the BooleanExpression associated with this Case.
 void setCaseActivity(Activity activity)
          Set the Activity associated with this Case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BpelCaseImpl

public BpelCaseImpl()
Method Detail

setBooleanExpression

public void setBooleanExpression(BooleanExpression booleanExpression)
Description copied from interface: BpelCase
Set the BooleanExpression associated with this Case.

Specified by:
setBooleanExpression in interface BpelCase
Parameters:
booleanExpression -

getBooleanExpression

public BooleanExpression getBooleanExpression()
Description copied from interface: BpelCase
Get the BooleanExpression associated with this Case.

Specified by:
getBooleanExpression in interface BpelCase
Returns:
a BooleanExpression

activity

public void activity(Activity activity)

setCaseActivity

public void setCaseActivity(Activity activity)
Description copied from interface: BpelCase
Set the Activity associated with this Case.

Specified by:
setCaseActivity in interface BpelCase
Parameters:
activity -

getCaseActivity

public Activity getCaseActivity()
Description copied from interface: BpelCase
Get the Activity associated with this Case.

Specified by:
getCaseActivity in interface BpelCase
Returns:


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.