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

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

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

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

public String getMyRole() {
  return this.model.getMyRole();
}
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 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/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/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/easybpel.model.bpel.impl

boolean myRole = false;
for(final TPartnerLink pl: tprocess.getPartnerLinks().getPartnerLink()) {
  if((pl.getMyRole() != null) && (pl.getMyRole().trim().length() > 0)) {
    myRole = true;
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

sourceMyRole = this.getMyRole();
String copyMyRole = ((String) copyBuilder.copy(sourceMyRole));
copy.setMyRole(copyMyRole);
origin: com.ebmwebsourcing.easybpel/model-bpel-api

sourceMyRole = this.getMyRole();
String copyMyRole = ((String) copyBuilder.copy(sourceMyRole));
copy.setMyRole(copyMyRole);
com.ebmwebsourcing.easybpel.model.bpel.executableTPartnerLinkgetMyRole

Javadoc

Gets the value of the myRole property.

Popular methods of TPartnerLink

  • <init>
  • getInitializePartnerRole
    Gets the value of the initializePartnerRole property.
  • getName
    Gets the value of the name property.
  • getPartnerLinkType
    Gets the value of the partnerLinkType 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

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • onRequestPermissionsResult (Fragment)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • JComboBox (javax.swing)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • 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