blob: 90d0c297987a225bd3976cfb1bfe7b41b8cbbef0 [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.EjbJar20;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ejb Jar Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getDisplayName <em>Display Name</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getSmallIcon <em>Small Icon</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getLargeIcon <em>Large Icon</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getEnterpriseBeans <em>Enterprise Beans</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getRelationships <em>Relationships</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getAssemblyDescriptor <em>Assembly Descriptor</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getEjbClientJar <em>Ejb Client Jar</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getId <em>Id</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType()
* @model extendedMetaData="name='ejb-jar_._type' kind='elementOnly'"
* @generated
*/
public interface EjbJarType 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.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"
* @generated
*/
DescriptionType getDescription();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#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>Display Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Display 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>Display Name</em>' containment reference.
* @see #setDisplayName(DisplayNameType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_DisplayName()
* @model containment="true"
* extendedMetaData="kind='element' name='display-name' namespace='##targetNamespace'"
* @generated
*/
DisplayNameType getDisplayName();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getDisplayName <em>Display Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Display Name</em>' containment reference.
* @see #getDisplayName()
* @generated
*/
void setDisplayName(DisplayNameType value);
/**
* Returns the value of the '<em><b>Small Icon</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Small Icon</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>Small Icon</em>' containment reference.
* @see #setSmallIcon(SmallIconType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_SmallIcon()
* @model containment="true"
* extendedMetaData="kind='element' name='small-icon' namespace='##targetNamespace'"
* @generated
*/
SmallIconType getSmallIcon();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getSmallIcon <em>Small Icon</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Small Icon</em>' containment reference.
* @see #getSmallIcon()
* @generated
*/
void setSmallIcon(SmallIconType value);
/**
* Returns the value of the '<em><b>Large Icon</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Large Icon</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>Large Icon</em>' containment reference.
* @see #setLargeIcon(LargeIconType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_LargeIcon()
* @model containment="true"
* extendedMetaData="kind='element' name='large-icon' namespace='##targetNamespace'"
* @generated
*/
LargeIconType getLargeIcon();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getLargeIcon <em>Large Icon</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Large Icon</em>' containment reference.
* @see #getLargeIcon()
* @generated
*/
void setLargeIcon(LargeIconType value);
/**
* Returns the value of the '<em><b>Enterprise Beans</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Enterprise Beans</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>Enterprise Beans</em>' containment reference.
* @see #setEnterpriseBeans(EnterpriseBeansType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_EnterpriseBeans()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='enterprise-beans' namespace='##targetNamespace'"
* @generated
*/
EnterpriseBeansType getEnterpriseBeans();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getEnterpriseBeans <em>Enterprise Beans</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Enterprise Beans</em>' containment reference.
* @see #getEnterpriseBeans()
* @generated
*/
void setEnterpriseBeans(EnterpriseBeansType value);
/**
* Returns the value of the '<em><b>Relationships</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Relationships</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>Relationships</em>' containment reference.
* @see #setRelationships(RelationshipsType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_Relationships()
* @model containment="true"
* extendedMetaData="kind='element' name='relationships' namespace='##targetNamespace'"
* @generated
*/
RelationshipsType getRelationships();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getRelationships <em>Relationships</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Relationships</em>' containment reference.
* @see #getRelationships()
* @generated
*/
void setRelationships(RelationshipsType value);
/**
* Returns the value of the '<em><b>Assembly Descriptor</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assembly Descriptor</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>Assembly Descriptor</em>' containment reference.
* @see #setAssemblyDescriptor(AssemblyDescriptorType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_AssemblyDescriptor()
* @model containment="true"
* extendedMetaData="kind='element' name='assembly-descriptor' namespace='##targetNamespace'"
* @generated
*/
AssemblyDescriptorType getAssemblyDescriptor();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getAssemblyDescriptor <em>Assembly Descriptor</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Assembly Descriptor</em>' containment reference.
* @see #getAssemblyDescriptor()
* @generated
*/
void setAssemblyDescriptor(AssemblyDescriptorType value);
/**
* Returns the value of the '<em><b>Ejb Client Jar</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Client Jar</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 Client Jar</em>' containment reference.
* @see #setEjbClientJar(EjbClientJarType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_EjbClientJar()
* @model containment="true"
* extendedMetaData="kind='element' name='ejb-client-jar' namespace='##targetNamespace'"
* @generated
*/
EjbClientJarType getEjbClientJar();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar20.EjbJarType#getEjbClientJar <em>Ejb Client Jar</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ejb Client Jar</em>' containment reference.
* @see #getEjbClientJar()
* @generated
*/
void setEjbClientJar(EjbClientJarType 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.ejbjar.EjbJar20.EjbJar20Package#getEjbJarType_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.ejbjar.EjbJar20.EjbJarType#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);
} // EjbJarType