blob: 936c81d68f890a525196afb38c2a6252d92dbe99 [file] [log] [blame]
/**
* Copyright (c) 2018 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:
* Jérémie Tatibouet (CEA) jeremie.tatibouet@cea.fr - Initial API and implementation
* Benoit Maggi (CEA) benoit.maggi@cea.fr - Initial API and implementation
*
*/
package org.eclipse.papyrus.iotml.wot.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.papyrus.iotml.software.core.structure.impl.DetailedValueSpecificationImpl;
import org.eclipse.papyrus.iotml.wot.Date;
import org.eclipse.papyrus.iotml.wot.WoTPackage;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Date</b></em>'.
* <!-- end-user-doc -->
*
* @generated
*/
public class DateImpl extends DetailedValueSpecificationImpl implements Date {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected DateImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return WoTPackage.Literals.DATE;
}
} //DateImpl