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

org.nasdanika.html.model.app.impl.ActionReferenceImpl Maven / Gradle / Ivy

There is a newer version: 2024.10.0
Show newest version
/**
 */
package org.nasdanika.html.model.app.impl;

import org.eclipse.emf.ecore.EClass;
import org.nasdanika.html.model.app.Action;
import org.nasdanika.html.model.app.ActionReference;
import org.nasdanika.html.model.app.AppPackage;
import org.nasdanika.ncore.impl.ReferenceImpl;

/**
 * 
 * An implementation of the model object 'Action Reference'.
 * 
 *
 * @generated
 */
public class ActionReferenceImpl extends ReferenceImpl implements ActionReference {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected ActionReferenceImpl() {
		super();
	}

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

	/**
	 * 
	 * 
	 * This is specialized for the more specific type known in this context.
	 * @generated
	 */
	@Override
	public void setTarget(Action newTarget) {
		super.setTarget(newTarget);
	}

} //ActionReferenceImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy