public void hashCode(HashCodeBuilder hashCodeBuilder) { super.hashCode(hashCodeBuilder); hashCodeBuilder.append(this.getAssign()); hashCodeBuilder.append(this.getCompensate()); hashCodeBuilder.append(this.getCompensateScope()); hashCodeBuilder.append(this.getEmpty()); hashCodeBuilder.append(this.getExit()); hashCodeBuilder.append(this.getExtensionActivity()); hashCodeBuilder.append(this.getFlow()); hashCodeBuilder.append(this.getForEach()); hashCodeBuilder.append(this.getIf()); hashCodeBuilder.append(this.getInvoke()); hashCodeBuilder.append(this.getPick()); hashCodeBuilder.append(this.getReceive()); hashCodeBuilder.append(this.getRepeatUntil()); hashCodeBuilder.append(this.getReply()); hashCodeBuilder.append(this.getRethrow()); hashCodeBuilder.append(this.getScope()); hashCodeBuilder.append(this.getSequence()); hashCodeBuilder.append(this.getThrow()); hashCodeBuilder.append(this.getValidate()); hashCodeBuilder.append(this.getWait()); hashCodeBuilder.append(this.getWhile()); hashCodeBuilder.append(this.getCondition()); }
public void hashCode(HashCodeBuilder hashCodeBuilder) { super.hashCode(hashCodeBuilder); hashCodeBuilder.append(this.getAssign()); hashCodeBuilder.append(this.getCompensate()); hashCodeBuilder.append(this.getCompensateScope()); hashCodeBuilder.append(this.getEmpty()); hashCodeBuilder.append(this.getExit()); hashCodeBuilder.append(this.getExtensionActivity()); hashCodeBuilder.append(this.getFlow()); hashCodeBuilder.append(this.getForEach()); hashCodeBuilder.append(this.getIf()); hashCodeBuilder.append(this.getInvoke()); hashCodeBuilder.append(this.getPick()); hashCodeBuilder.append(this.getReceive()); hashCodeBuilder.append(this.getRepeatUntil()); hashCodeBuilder.append(this.getReply()); hashCodeBuilder.append(this.getRethrow()); hashCodeBuilder.append(this.getScope()); hashCodeBuilder.append(this.getSequence()); hashCodeBuilder.append(this.getThrow()); hashCodeBuilder.append(this.getValidate()); hashCodeBuilder.append(this.getWait()); hashCodeBuilder.append(this.getWhile()); hashCodeBuilder.append(this.getCondition()); }
theWhile = this.getWhile(); toStringBuilder.append("_while", theWhile);
theWhile = this.getWhile(); toStringBuilder.append("_while", theWhile);
sourceWhile = this.getWhile(); TWhile copyWhile = ((TWhile) copyBuilder.copy(sourceWhile)); copy.setWhile(copyWhile);
sourceWhile = this.getWhile(); TWhile copyWhile = ((TWhile) copyBuilder.copy(sourceWhile)); copy.setWhile(copyWhile);