blob: ef824c9ca056d625f7b5d0c5b228e63c19017dd0 [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.webapp23;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ejb Ref Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getEjbRefName <em>Ejb Ref Name</em>}</li>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getEjbRefType <em>Ejb Ref Type</em>}</li>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getHome <em>Home</em>}</li>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getRemote <em>Remote</em>}</li>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getEjbLink <em>Ejb Link</em>}</li>
* <li>{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getId <em>Id</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType()
* @model extendedMetaData="name='ejb-ref_._type' kind='elementOnly'"
* @generated
*/
public interface EjbRefType extends EObject {
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(DescriptionType)
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
* @generated
*/
DescriptionType getDescription();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#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(DescriptionType value);
/**
* Returns the value of the '<em><b>Ejb Ref Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Ref Name</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ejb Ref Name</em>' containment reference.
* @see #setEjbRefName(EjbRefNameType)
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_EjbRefName()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='ejb-ref-name' namespace='##targetNamespace'"
* @generated
*/
EjbRefNameType getEjbRefName();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getEjbRefName <em>Ejb Ref Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ejb Ref Name</em>' containment reference.
* @see #getEjbRefName()
* @generated
*/
void setEjbRefName(EjbRefNameType value);
/**
* Returns the value of the '<em><b>Ejb Ref Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Ref Type</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ejb Ref Type</em>' containment reference.
* @see #setEjbRefType(EjbRefTypeType)
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_EjbRefType()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='ejb-ref-type' namespace='##targetNamespace'"
* @generated
*/
EjbRefTypeType getEjbRefType();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getEjbRefType <em>Ejb Ref Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ejb Ref Type</em>' containment reference.
* @see #getEjbRefType()
* @generated
*/
void setEjbRefType(EjbRefTypeType value);
/**
* Returns the value of the '<em><b>Home</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Home</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Home</em>' containment reference.
* @see #setHome(HomeType)
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_Home()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='home' namespace='##targetNamespace'"
* @generated
*/
HomeType getHome();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getHome <em>Home</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Home</em>' containment reference.
* @see #getHome()
* @generated
*/
void setHome(HomeType value);
/**
* Returns the value of the '<em><b>Remote</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Remote</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Remote</em>' containment reference.
* @see #setRemote(RemoteType)
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_Remote()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='remote' namespace='##targetNamespace'"
* @generated
*/
RemoteType getRemote();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getRemote <em>Remote</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Remote</em>' containment reference.
* @see #getRemote()
* @generated
*/
void setRemote(RemoteType value);
/**
* Returns the value of the '<em><b>Ejb Link</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Link</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ejb Link</em>' containment reference.
* @see #setEjbLink(EjbLinkType)
* @see org.eclipse.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_EjbLink()
* @model containment="true"
* extendedMetaData="kind='element' name='ejb-link' namespace='##targetNamespace'"
* @generated
*/
EjbLinkType getEjbLink();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#getEjbLink <em>Ejb Link</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ejb Link</em>' containment reference.
* @see #getEjbLink()
* @generated
*/
void setEjbLink(EjbLinkType value);
/**
* 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.modisco.jee.webapp.webapp23.Webapp23Package#getEjbRefType_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.webapp.webapp23.EjbRefType#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);
} // EjbRefType