Package my.home.dsl.deepClone

Examples of my.home.dsl.deepClone.PackageConfig


   * <!-- end-user-doc -->
   * @generated
   */
  public NotificationChain basicSetPackageConfig(PackageConfig newPackageConfig, NotificationChain msgs)
  {
    PackageConfig oldPackageConfig = packageConfig;
    packageConfig = newPackageConfig;
    if (eNotificationRequired())
    {
      ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DeepClonePackage.BODY__PACKAGE_CONFIG, oldPackageConfig, newPackageConfig);
      if (msgs == null) msgs = notification; else msgs.add(notification);
View Full Code Here


  public void doGenerate(final Resource resource, final IFileSystemAccess fsa) {
    String _elvis = null;
    EList<EObject> _contents = resource.getContents();
    Iterable<Body> _filter = Iterables.<Body>filter(_contents, Body.class);
    Body _head = IterableExtensions.<Body>head(_filter);
    PackageConfig _packageConfig = _head.getPackageConfig();
    String _name = null;
    if (_packageConfig!=null) {
      _name=_packageConfig.getName();
    }
    if (_name != null) {
      _elvis = _name;
    } else {
      _elvis = ObjectExtensions.<String>operator_elvis(_name, "default");
View Full Code Here

TOP

Related Classes of my.home.dsl.deepClone.PackageConfig

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.