blob: 3f2810c21a96a350a326c3ea784c646e14d395d1 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.semantic.uisemantics.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.osbp.ecview.semantic.uisemantics.UiSemanticsPackage;
import org.eclipse.osbp.ecview.semantic.uisemantics.UxValueBindingEndpointDef;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Ux Value Binding Endpoint Def</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class UxValueBindingEndpointDefImpl extends UxEndpointDefImpl implements UxValueBindingEndpointDef {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected UxValueBindingEndpointDefImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return UiSemanticsPackage.Literals.UX_VALUE_BINDING_ENDPOINT_DEF;
}
} //UxValueBindingEndpointDefImpl