blob: e9fd8347d4d5925b1337a8c81c5910566a23ed97 [file] [log] [blame]
/**
* Copyright (c) 2022 CEA LIST and others.
*
* 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
* http://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* CEA LIST - Initial API and implementation
*/
package org.eclipse.papyrus.aas.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.eclipse.papyrus.aas.AASPackage;
import org.eclipse.papyrus.aas.LangStringSet;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Lang String Set</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class LangStringSetImpl extends MinimalEObjectImpl.Container implements LangStringSet {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected LangStringSetImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return AASPackage.Literals.LANG_STRING_SET;
}
} //LangStringSetImpl