blob: 418d7a8124c7d35915ea1992c278ce3a46c5aa15 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ALL4TEC & CEA LIST - initial API and implementation
******************************************************************************/
/**
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
/**
*/
package org.polarsys.esf.esfproperties.impl;
import org.eclipse.emf.ecore.EClass;
import org.polarsys.esf.esfcore.impl.AbstractSElement;
import org.polarsys.esf.esfproperties.IAbstractSProperty;
import org.polarsys.esf.esfproperties.IESFPropertiesPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Abstract SProperty</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public abstract class AbstractSProperty
extends AbstractSElement
implements IAbstractSProperty {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
protected AbstractSProperty() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return IESFPropertiesPackage.Literals.ABSTRACT_SPROPERTY;
}
} // AbstractSProperty