blob: e6739c0271317b1a16cfed05ea91b6e4136d31ea [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.webapp.webapp25.impl;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.modisco.jee.webapp.webapp25.MessageDestinationLinkType;
import org.eclipse.modisco.jee.webapp.webapp25.Webapp25Package;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Message Destination Link Type</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class MessageDestinationLinkTypeImpl extends StringImpl implements MessageDestinationLinkType {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected MessageDestinationLinkTypeImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return Webapp25Package.Literals.MESSAGE_DESTINATION_LINK_TYPE;
}
} //MessageDestinationLinkTypeImpl