blob: 8300aea1cb386d545f8fe21e39e6354460812650 [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.ejbjar.EjbJar31;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Message Destination Type Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* <![CDATA[[
* The message-destination-typeType specifies the type of
* the destination. The type is specified by the Java interface
* expected to be implemented by the destination.
*
* Example:
*
* <message-destination-type>javax.jms.Queue
* </message-destination-type>
*
* ]]>
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getMessageDestinationTypeType()
* @model extendedMetaData="name='message-destination-typeType' kind='simple'"
* @generated
*/
public interface MessageDestinationTypeType extends FullyQualifiedClassType {
} // MessageDestinationTypeType