/******************************************************************************* * Copyright (c) 2013 IBM Corporation and others. * 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: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jst.javaee.core; import java.util.List; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Jms Destination Type</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * * * Configuration of a JMS Destination. * * @since Java EE 7 * * <!-- end-model-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getDescription <em>Description</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getName <em>Name</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getInterfaceName <em>Interface Name</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getClassName <em>Class Name</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getResourceAdapter <em>Resource Adapter</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getDestinationName <em>Destination Name</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getProperty <em>Property</em>}</li> * <li>{@link org.eclipse.jst.javaee.core.JmsDestinationType#getId <em>Id</em>}</li> * </ul> * </p> * * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType() * @extends JavaEEObject * @generated */ public interface JmsDestinationType extends JavaEEObject { /** * Returns the value of the '<em><b>Description</b></em>' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * Description of this JMS Destination. * * * <!-- end-model-doc --> * @return the value of the '<em>Description</em>' containment reference. * @see #setDescription(Description) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_Description() * @generated */ Description getDescription(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getDescription <em>Description</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Description</em>' containment reference. * @see #getDescription() * @generated */ void setDescription(Description value); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * The name element specifies the JNDI name of the * JMS destination being defined. * * * <!-- end-model-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_Name() * @generated */ String getName(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Interface Name</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * Fully-qualified name of the JMS destination interface. * Permitted values are javax.jms.Queue and javax.jms.Topic * * * <!-- end-model-doc --> * @return the value of the '<em>Interface Name</em>' attribute. * @see #setInterfaceName(String) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_InterfaceName() * @generated */ String getInterfaceName(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getInterfaceName <em>Interface Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Interface Name</em>' attribute. * @see #getInterfaceName() * @generated */ void setInterfaceName(String value); /** * Returns the value of the '<em><b>Class Name</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * Fully-qualified name of the JMS destination implementation * class. Ignored if a resource adapter is used unless the * resource adapter defines more than one destination implementation * class for the specified interface. * * * <!-- end-model-doc --> * @return the value of the '<em>Class Name</em>' attribute. * @see #setClassName(String) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_ClassName() * @generated */ String getClassName(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getClassName <em>Class Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Name</em>' attribute. * @see #getClassName() * @generated */ void setClassName(String value); /** * Returns the value of the '<em><b>Resource Adapter</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * Resource adapter name. If not specified, the application * server will define the default behavior, which may or may * not involve the use of a resource adapter. * * * <!-- end-model-doc --> * @return the value of the '<em>Resource Adapter</em>' attribute. * @see #setResourceAdapter(String) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_ResourceAdapter() * @generated */ String getResourceAdapter(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getResourceAdapter <em>Resource Adapter</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Resource Adapter</em>' attribute. * @see #getResourceAdapter() * @generated */ void setResourceAdapter(String value); /** * Returns the value of the '<em><b>Destination Name</b></em>' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * Name of the queue or topic. * * * <!-- end-model-doc --> * @return the value of the '<em>Destination Name</em>' attribute. * @see #setDestinationName(String) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_DestinationName() * @generated */ String getDestinationName(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getDestinationName <em>Destination Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Destination Name</em>' attribute. * @see #getDestinationName() * @generated */ void setDestinationName(String value); /** * Returns the value of the '<em><b>Property</b></em>' containment reference list. * The list contents are of type {@link org.eclipse.jst.javaee.core.PropertyType}. * <!-- begin-user-doc --> * <!-- end-user-doc --> * <!-- begin-model-doc --> * * * JMS Destination property. This may be a vendor-specific * property or a less commonly used Destination property. * * * <!-- end-model-doc --> * @return the value of the '<em>Property</em>' containment reference list. * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_Property() * @generated */ List<PropertyType> getProperty(); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage#getJmsDestinationType_Id() * @generated */ String getId(); /** * Sets the value of the '{@link org.eclipse.jst.javaee.core.JmsDestinationType#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); } // JmsDestinationType