congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
TElseif.setWhile
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using com.ebmwebsourcing.easybpel.model.bpel.executable.TElseif.setWhile (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

sourceWhile = this.getWhile();
TWhile copyWhile = ((TWhile) copyBuilder.copy(sourceWhile));
copy.setWhile(copyWhile);
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

sourceWhile = this.getWhile();
TWhile copyWhile = ((TWhile) copyBuilder.copy(sourceWhile));
copy.setWhile(copyWhile);
com.ebmwebsourcing.easybpel.model.bpel.executableTElseifsetWhile

Javadoc

Sets the value of the while 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,
  • setAssign

Popular in Java

  • Running tasks concurrently on multiple threads
  • onCreateOptionsMenu (Activity)
  • putExtra (Intent)
  • setRequestProperty (URLConnection)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • JTable (javax.swing)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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