blob: 496d2d212ab36bd1b2a179c8ee2f307800bd0f35 [file] [log] [blame]
/**
* Copyright (c) 2017 CEA.
* 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:
* CEA - initial API and implementation and/or initial documentation
*/
/**
*/
package org.eclipse.sensinact.studio.resource.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.sensinact.studio.resource.Metadata;
import org.eclipse.sensinact.studio.resource.ResourcePackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Metadata</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class MetadataImpl extends TypedElementImpl implements Metadata {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MetadataImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return ResourcePackage.Literals.METADATA;
}
} //MetadataImpl