/** */ package at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.impl; import at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.FXGraphPackage; import at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.ListValueElement; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>List Value Element</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ListValueElementImpl extends MinimalEObjectImpl.Container implements ListValueElement { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ListValueElementImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return FXGraphPackage.Literals.LIST_VALUE_ELEMENT; } } //ListValueElementImpl