Tabnine Logo
TElseif.setAssign
Code IndexAdd Tabnine to your IDE (free)

How to use
setAssign
method
in
com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif

Best Java code snippets using com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif.setAssign (Showing top 3 results out of 315)

origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.impl

public static void setActivityToElseIf(Activity activity, TElseif parent) throws BPELException{
  if(activity instanceof Sequence){
    parent.setSequence((TSequence) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Flow ){
    parent.setFlow((TFlow) ((AbstractSchemaElementImpl)activity).getModel());
  } else if( activity instanceof Invoke ){
    parent.setInvoke((TInvoke) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Receive ){
    parent.setReceive((TReceive) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Reply ){
    parent.setReply((TReply) ((AbstractSchemaElementImpl)activity).getModel());
  } else if( activity instanceof Assign ){
    parent.setAssign((TAssign) ((AbstractSchemaElementImpl)activity).getModel());
  } else if( activity instanceof If ){
    parent.setIf((TIf) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Pick ){
    parent.setPick((TPick) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Exit ){
    parent.setExit((TExit) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof Empty ){
    parent.setEmpty((TEmpty) ((AbstractSchemaElementImpl)activity).getModel());
  } else if (activity instanceof ForEach){
    parent.setForEach((TForEach) ((AbstractSchemaElementImpl)activity).getModel());
  } else if ( activity instanceof While ){
    parent.setWhile((TWhile) ((AbstractSchemaElementImpl)activity).getModel());
  } else {
    //TODO : complete activities
    throw new BPELException("setActivity() not yet implemented for "+activity.getClass().getName());
  }
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

sourceAssign = this.getAssign();
TAssign copyAssign = ((TAssign) copyBuilder.copy(sourceAssign));
copy.setAssign(copyAssign);
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

sourceAssign = this.getAssign();
TAssign copyAssign = ((TAssign) copyBuilder.copy(sourceAssign));
copy.setAssign(copyAssign);
com.ebmwebsourcing.easybpel.model.bpel.executableTElseifsetAssign

Javadoc

Sets the value of the assign property.

Popular methods of TElseif

  • <init>
  • getAssign
    Gets the value of the assign property.
  • getCondition
    Gets the value of the condition property.
  • getEmpty
    Gets the value of the empty property.
  • getExit
    Gets the value of the exit property.
  • getFlow
    Gets the value of the flow property.
  • getForEach
    Gets the value of the forEach property.
  • getIf
    Gets the value of the if property.
  • getInvoke
    Gets the value of the invoke property.
  • getPick
    Gets the value of the pick property.
  • getReceive
    Gets the value of the receive property.
  • getRepeatUntil
    Gets the value of the repeatUntil property.
  • getReceive,
  • getRepeatUntil,
  • getReply,
  • getRethrow,
  • getScope,
  • getSequence,
  • getThrow,
  • getWait,
  • getWhile

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • compareTo (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JCheckBox (javax.swing)
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now