Package at.bestsolution.efxclipse.tooling.rrobot.model.bundle

Examples of at.bestsolution.efxclipse.tooling.rrobot.model.bundle.MatchRule


                _builder.append("version=\"");
                Version _version_4 = rf.getVersion();
                _builder.append(_version_4, "         ");
                _builder.append("\" ");
                {
                  MatchRule _match = rf.getMatch();
                  boolean _notEquals_10 = (!Objects.equal(_match, MatchRule.NONE));
                  if (_notEquals_10) {
                    _builder.append("match=\"");
                    MatchRule _match_1 = rf.getMatch();
                    String _literal = _match_1.getLiteral();
                    _builder.append(_literal, "         ");
                    _builder.append("\"");
                  }
                }
              }
View Full Code Here


   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public void setMatch(MatchRule newMatch) {
    MatchRule oldMatch = match;
    match = newMatch == null ? MATCH_EDEFAULT : newMatch;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, BundlePackage.REQUIRED_FEATURE__MATCH, oldMatch, match));
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.tooling.rrobot.model.bundle.MatchRule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.