Tabnine Logo
TCorrelation
Code IndexAdd Tabnine to your IDE (free)

How to use
TCorrelation
in
com.ebmwebsourcing.easybpel.model.bpel.executable

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

origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void equals(Object object, EqualsBuilder equalsBuilder) {
  if (!(object instanceof TCorrelation)) {
    equalsBuilder.appendSuper(false);
    return ;
  }
  if (this == object) {
    return ;
  }
  super.equals(object, equalsBuilder);
  final TCorrelation that = ((TCorrelation) object);
  equalsBuilder.append(this.getSet(), that.getSet());
  equalsBuilder.append(this.getInitiate(), that.getInitiate());
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

/**
 * Create an instance of {@link TCorrelation }
 * 
 */
public TCorrelation createTCorrelation() {
  return new TCorrelation();
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public Object copyTo(Object target, CopyBuilder copyBuilder) {
  final TCorrelation copy = ((target == null)?((TCorrelation) createCopy()):((TCorrelation) target));
  super.copyTo(copy, copyBuilder);
  {
    String sourceSet;
    sourceSet = this.getSet();
    String copySet = ((String) copyBuilder.copy(sourceSet));
    copy.setSet(copySet);
  }
  {
    TInitiate sourceInitiate;
    sourceInitiate = this.getInitiate();
    TInitiate copyInitiate = ((TInitiate) copyBuilder.copy(sourceInitiate));
    copy.setInitiate(copyInitiate);
  }
  return copy;
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.impl

public TInitiate getInitiate() {
  return this.model.getInitiate();
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.impl

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

public boolean equals(Object object) {
  if (!(object instanceof TCorrelation)) {
    return false;
  }
  if (this == object) {
    return true;
  }
  final EqualsBuilder equalsBuilder = new JAXBEqualsBuilder();
  equals(object, equalsBuilder);
  return equalsBuilder.isEquals();
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public int hashCode() {
  final HashCodeBuilder hashCodeBuilder = new JAXBHashCodeBuilder();
  hashCode(hashCodeBuilder);
  return hashCodeBuilder.toHashCode();
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public void toString(ToStringBuilder toStringBuilder) {
  super.toString(toStringBuilder);
  {
    TPattern thePattern;
    thePattern = this.getPattern();
    toStringBuilder.append("pattern", thePattern);
  }
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public Object copyTo(Object target) {
  final CopyBuilder copyBuilder = new JAXBCopyBuilder();
  return copyTo(target, copyBuilder);
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public Object copyTo(Object target, CopyBuilder copyBuilder) {
  final TCorrelation copy = ((target == null)?((TCorrelation) createCopy()):((TCorrelation) target));
  super.copyTo(copy, copyBuilder);
  {
    String sourceSet;
    sourceSet = this.getSet();
    String copySet = ((String) copyBuilder.copy(sourceSet));
    copy.setSet(copySet);
  }
  {
    TInitiate sourceInitiate;
    sourceInitiate = this.getInitiate();
    TInitiate copyInitiate = ((TInitiate) copyBuilder.copy(sourceInitiate));
    copy.setInitiate(copyInitiate);
  }
  return copy;
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public boolean equals(Object object) {
  if (!(object instanceof TCorrelation)) {
    return false;
  }
  if (this == object) {
    return true;
  }
  final EqualsBuilder equalsBuilder = new JAXBEqualsBuilder();
  equals(object, equalsBuilder);
  return equalsBuilder.isEquals();
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public int hashCode() {
  final HashCodeBuilder hashCodeBuilder = new JAXBHashCodeBuilder();
  hashCode(hashCodeBuilder);
  return hashCodeBuilder.toHashCode();
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void toString(ToStringBuilder toStringBuilder) {
  super.toString(toStringBuilder);
  {
    TPattern thePattern;
    thePattern = this.getPattern();
    toStringBuilder.append("pattern", thePattern);
  }
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public Object copyTo(Object target) {
  final CopyBuilder copyBuilder = new JAXBCopyBuilder();
  return copyTo(target, copyBuilder);
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void hashCode(HashCodeBuilder hashCodeBuilder) {
  super.hashCode(hashCodeBuilder);
  hashCodeBuilder.append(this.getSet());
  hashCodeBuilder.append(this.getInitiate());
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public void equals(Object object, EqualsBuilder equalsBuilder) {
  if (!(object instanceof TCorrelationWithPattern)) {
    equalsBuilder.appendSuper(false);
    return ;
  }
  if (this == object) {
    return ;
  }
  super.equals(object, equalsBuilder);
  final TCorrelationWithPattern that = ((TCorrelationWithPattern) object);
  equalsBuilder.append(this.getPattern(), that.getPattern());
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public void hashCode(HashCodeBuilder hashCodeBuilder) {
  super.hashCode(hashCodeBuilder);
  hashCodeBuilder.append(this.getPattern());
}
origin: com.ebmwebsourcing.easybpel/easybpel.model.bpel.api

public String toString() {
  final ToStringBuilder toStringBuilder = new JAXBToStringBuilder(this);
  toString(toStringBuilder);
  return toStringBuilder.toString();
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

/**
 * Create an instance of {@link TCorrelation }
 * 
 */
public TCorrelation createTCorrelation() {
  return new TCorrelation();
}
origin: com.ebmwebsourcing.easybpel/model-bpel-api

public Object copyTo(Object target, CopyBuilder copyBuilder) {
  final TCorrelationWithPattern copy = ((target == null)?((TCorrelationWithPattern) createCopy()):((TCorrelationWithPattern) target));
  super.copyTo(copy, copyBuilder);
  {
    TPattern sourcePattern;
    sourcePattern = this.getPattern();
    TPattern copyPattern = ((TPattern) copyBuilder.copy(sourcePattern));
    copy.setPattern(copyPattern);
  }
  return copy;
}
com.ebmwebsourcing.easybpel.model.bpel.executableTCorrelation

Javadoc

Java class for tCorrelation complex type.

The following schema fragment specifies the expected content contained within this class.

 
<complexType name="tCorrelation"> 
<complexContent> 
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tExtensibleElements"> 
<attribute name="set" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> 
<attribute name="initiate" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tInitiate" default="no" /> 
<anyAttribute processContents='lax' namespace='##other'/> 
</extension> 
</complexContent> 
</complexType> 

Most used methods

  • getInitiate
    Gets the value of the initiate property.
  • getSet
    Gets the value of the set property.
  • <init>
  • copyTo
  • createCopy
  • equals
  • hashCode
  • setInitiate
    Sets the value of the initiate property.
  • setSet
    Sets the value of the set property.
  • toString

Popular in Java

  • Making http requests using okhttp
  • getContentResolver (Context)
  • getExternalFilesDir (Context)
  • getApplicationContext (Context)
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Notification (javax.management)
  • JComboBox (javax.swing)
  • Join (org.hibernate.mapping)
  • Github Copilot alternatives
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