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