All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.contextmapper.tactic.dsl.tacticdsl.impl.DtoPropertyImpl Maven / Gradle / Ivy

There is a newer version: 6.12.0
Show newest version
/**
 * generated by Xtext 2.21.0
 */
package org.contextmapper.tactic.dsl.tacticdsl.impl;

import org.contextmapper.tactic.dsl.tacticdsl.DtoProperty;
import org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage;

import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Dto Property'.
 * 
 *
 * @generated
 */
public class DtoPropertyImpl extends AnyPropertyImpl implements DtoProperty
{
  /**
   * 
   * 
   * @generated
   */
  protected DtoPropertyImpl()
  {
    super();
  }

  /**
   * 
   * 
   * @generated
   */
  @Override
  protected EClass eStaticClass()
  {
    return TacticdslPackage.Literals.DTO_PROPERTY;
  }

} //DtoPropertyImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy