org.contextmapper.tactic.dsl.tacticdsl.impl.DtoPropertyImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
/**
* 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