Tabnine Logo
TPartnerLink.getPartnerLinkType
Code IndexAdd Tabnine to your IDE (free)

How to use
getPartnerLinkType
method
in
com.ebmwebsourcing.easybpel.model.bpel.executable.TPartnerLink

Best Java code snippets using com.ebmwebsourcing.easybpel.model.bpel.executable.TPartnerLink.getPartnerLinkType (Showing top 9 results out of 315)

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

public QName getPartnerLinkType() {
  return this.model.getPartnerLinkType();
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void hashCode(HashCodeBuilder hashCodeBuilder) {
  super.hashCode(hashCodeBuilder);
  hashCodeBuilder.append(this.getName());
  hashCodeBuilder.append(this.getPartnerLinkType());
  hashCodeBuilder.append(this.getMyRole());
  hashCodeBuilder.append(this.getPartnerRole());
  hashCodeBuilder.append(this.getInitializePartnerRole());
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public void hashCode(HashCodeBuilder hashCodeBuilder) {
  super.hashCode(hashCodeBuilder);
  hashCodeBuilder.append(this.getName());
  hashCodeBuilder.append(this.getPartnerLinkType());
  hashCodeBuilder.append(this.getMyRole());
  hashCodeBuilder.append(this.getPartnerRole());
  hashCodeBuilder.append(this.getInitializePartnerRole());
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void toString(ToStringBuilder toStringBuilder) {
  super.toString(toStringBuilder);
  {
    String theName;
    theName = this.getName();
    toStringBuilder.append("name", theName);
  }
  {
    QName thePartnerLinkType;
    thePartnerLinkType = this.getPartnerLinkType();
    toStringBuilder.append("partnerLinkType", thePartnerLinkType);
  }
  {
    String theMyRole;
    theMyRole = this.getMyRole();
    toStringBuilder.append("myRole", theMyRole);
  }
  {
    String thePartnerRole;
    thePartnerRole = this.getPartnerRole();
    toStringBuilder.append("partnerRole", thePartnerRole);
  }
  {
    TBoolean theInitializePartnerRole;
    theInitializePartnerRole = this.getInitializePartnerRole();
    toStringBuilder.append("initializePartnerRole", theInitializePartnerRole);
  }
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void equals(Object object, EqualsBuilder equalsBuilder) {
  if (!(object instanceof TPartnerLink)) {
    equalsBuilder.appendSuper(false);
    return ;
  }
  if (this == object) {
    return ;
  }
  super.equals(object, equalsBuilder);
  final TPartnerLink that = ((TPartnerLink) object);
  equalsBuilder.append(this.getName(), that.getName());
  equalsBuilder.append(this.getPartnerLinkType(), that.getPartnerLinkType());
  equalsBuilder.append(this.getMyRole(), that.getMyRole());
  equalsBuilder.append(this.getPartnerRole(), that.getPartnerRole());
  equalsBuilder.append(this.getInitializePartnerRole(), that.getInitializePartnerRole());
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public void equals(Object object, EqualsBuilder equalsBuilder) {
  if (!(object instanceof TPartnerLink)) {
    equalsBuilder.appendSuper(false);
    return ;
  }
  if (this == object) {
    return ;
  }
  super.equals(object, equalsBuilder);
  final TPartnerLink that = ((TPartnerLink) object);
  equalsBuilder.append(this.getName(), that.getName());
  equalsBuilder.append(this.getPartnerLinkType(), that.getPartnerLinkType());
  equalsBuilder.append(this.getMyRole(), that.getMyRole());
  equalsBuilder.append(this.getPartnerRole(), that.getPartnerRole());
  equalsBuilder.append(this.getInitializePartnerRole(), that.getInitializePartnerRole());
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public void toString(ToStringBuilder toStringBuilder) {
  super.toString(toStringBuilder);
  {
    String theName;
    theName = this.getName();
    toStringBuilder.append("name", theName);
  }
  {
    QName thePartnerLinkType;
    thePartnerLinkType = this.getPartnerLinkType();
    toStringBuilder.append("partnerLinkType", thePartnerLinkType);
  }
  {
    String theMyRole;
    theMyRole = this.getMyRole();
    toStringBuilder.append("myRole", theMyRole);
  }
  {
    String thePartnerRole;
    thePartnerRole = this.getPartnerRole();
    toStringBuilder.append("partnerRole", thePartnerRole);
  }
  {
    TBoolean theInitializePartnerRole;
    theInitializePartnerRole = this.getInitializePartnerRole();
    toStringBuilder.append("initializePartnerRole", theInitializePartnerRole);
  }
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

sourcePartnerLinkType = this.getPartnerLinkType();
QName copyPartnerLinkType = ((QName) copyBuilder.copy(sourcePartnerLinkType));
copy.setPartnerLinkType(copyPartnerLinkType);
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

sourcePartnerLinkType = this.getPartnerLinkType();
QName copyPartnerLinkType = ((QName) copyBuilder.copy(sourcePartnerLinkType));
copy.setPartnerLinkType(copyPartnerLinkType);
com.ebmwebsourcing.easybpel.model.bpel.executableTPartnerLinkgetPartnerLinkType

Javadoc

Gets the value of the partnerLinkType property.

Popular methods of TPartnerLink

  • <init>
  • getInitializePartnerRole
    Gets the value of the initializePartnerRole property.
  • getMyRole
    Gets the value of the myRole property.
  • getName
    Gets the value of the name property.
  • getPartnerRole
    Gets the value of the partnerRole property.
  • setInitializePartnerRole
    Sets the value of the initializePartnerRole property.
  • setMyRole
    Sets the value of the myRole property.
  • setName
    Sets the value of the name property.
  • setPartnerLinkType
    Sets the value of the partnerLinkType property.
  • setPartnerRole
    Sets the value of the partnerRole property.
  • copyTo
  • createCopy
  • copyTo,
  • createCopy,
  • equals,
  • hashCode,
  • toString

Popular in Java

  • Creating JSON documents from java classes using gson
  • getApplicationContext (Context)
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • JList (javax.swing)
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top 12 Jupyter Notebook extensions
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