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