434435436437438439440441442
* <!-- end-user-doc --> * @generated */ public EList getFromPart() { if (fromPart == null) { fromPart = new EObjectResolvingEList(FromPart.class, this, BPELPackage.ON_MESSAGE__FROM_PART); } return fromPart; }
686970717273747576
* <!-- end-user-doc --> * @generated */ public EList getChildren() { if (children == null) { children = new EObjectResolvingEList(MessageExchange.class, this, BPELPackage.MESSAGE_EXCHANGES__CHILDREN); } return children; }
707172737475767778
* <!-- end-user-doc --> * @generated */ public EList getVariables() { if (variables == null) { variables = new EObjectResolvingEList(Variable.class, this, BPELPackage.VALIDATE__VARIABLES); } return variables; }
120121122123124125126127128
* <!-- end-user-doc --> * @generated */ public EList getProperties() { if (properties == null) { properties = new EObjectResolvingEList(Property.class, this, BPELPackage.CORRELATION_SET__PROPERTIES); } return properties; }
305306307308309310311312313
* <!-- end-user-doc --> * @generated */ public EList getToPart() { if (toPart == null) { toPart = new EObjectResolvingEList(ToPart.class, this, BPELPackage.INVOKE__TO_PART); } return toPart; }
317318319320321322323324325
* <!-- end-user-doc --> * @generated */ public EList getFromPart() { if (fromPart == null) { fromPart = new EObjectResolvingEList(FromPart.class, this, BPELPackage.INVOKE__FROM_PART); } return fromPart; }
153154155156157158159160161
* <!-- end-user-doc --> * @generated */ public EList getFrom() { if (from == null) { from = new EObjectResolvingEList(EObject.class, this, TracePackage.TRACE__FROM); } return from; }
186187188189190191192193194
* <!-- end-user-doc --> * @generated */ public EList getTo() { if (to == null) { to = new EObjectResolvingEList(EObject.class, this, TracePackage.TRACE__TO); } return to; }
210211212213214215216217218
* <!-- end-user-doc --> * @generated */ public EList getFromPart() { if (fromPart == null) { fromPart = new EObjectResolvingEList(FromPart.class, this, BPELPackage.RECEIVE__FROM_PART); } return fromPart; }
178179180181182183184185186
* <!-- end-user-doc --> * @generated */ public EList getToPart() { if (toPart == null) { toPart = new EObjectResolvingEList(ToPart.class, this, BPELPackage.REPLY__TO_PART); } return toPart; }