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

org.openxma.dsl.dom.model.impl.DependantImpl Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id: DependantImpl.java 10224 2013-01-04 15:48:48Z dschwarz $
 */
package org.openxma.dsl.dom.model.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.openxma.dsl.dom.DomPackage;
import org.openxma.dsl.dom.model.Dependant;

/**
 * 
 * An implementation of the model object 'Dependant'.
 * 
 * 

*

* * @generated */ public abstract class DependantImpl extends MinimalEObjectImpl.Container implements Dependant { /** * * * @generated */ protected DependantImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return DomPackage.Literals.DEPENDANT; } } //DependantImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy