blob: aa2c49ed47e6b2afabffdb18249384b215d624f8 [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.EjbJar30;
import java.lang.String;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Bean Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The entity-beanType declares an entity bean. The declaration
* consists of:
*
* - an optional description
* - an optional display name
* - an optional icon element that contains a small and a large
* icon file name
* - a unique name assigned to the enterprise bean
* in the deployment descriptor
* - an optional mapped-name element that can be used to provide
* vendor-specific deployment information such as the physical
* jndi-name of the entity bean's remote home interface. This
* element is not required to be supported by all implementations.
* Any use of this element is non-portable.
* - the names of the entity bean's remote home
* and remote interfaces, if any
* - the names of the entity bean's local home and local
* interfaces, if any
* - the entity bean's implementation class
* - the optional entity bean's persistence management type. If
* this element is not specified it is defaulted to Container.
* - the entity bean's primary key class name
* - an indication of the entity bean's reentrancy
* - an optional specification of the
* entity bean's cmp-version
* - an optional specification of the entity bean's
* abstract schema name
* - an optional list of container-managed fields
* - an optional specification of the primary key
* field
* - an optional declaration of the bean's environment
* entries
* - an optional declaration of the bean's EJB
* references
* - an optional declaration of the bean's local
* EJB references
* - an optional declaration of the bean's web
* service references
* - an optional declaration of the security role
* references
* - an optional declaration of the security identity
* to be used for the execution of the bean's methods
* - an optional declaration of the bean's
* resource manager connection factory references
* - an optional declaration of the bean's
* resource environment references
* - an optional declaration of the bean's message
* destination references
* - an optional set of query declarations
* for finder and select methods for an entity
* bean with cmp-version 2.x.
*
* The optional abstract-schema-name element must be specified
* for an entity bean with container-managed persistence and
* cmp-version 2.x.
*
* The optional primkey-field may be present in the descriptor
* if the entity's persistence-type is Container.
*
* The optional cmp-version element may be present in the
* descriptor if the entity's persistence-type is Container. If
* the persistence-type is Container and the cmp-version
* element is not specified, its value defaults to 2.x.
*
* The optional home and remote elements must be specified if
* the entity bean cmp-version is 1.x.
*
* The optional home and remote elements must be specified if
* the entity bean has a remote home and remote interface.
*
* The optional local-home and local elements must be specified
* if the entity bean has a local home and local interface.
*
* Either both the local-home and the local elements or both
* the home and the remote elements must be specified.
*
* The optional query elements must be present if the
* persistence-type is Container and the cmp-version is 2.x and
* query methods other than findByPrimaryKey have been defined
* for the entity bean.
*
* The other elements that are optional are "optional" in the
* sense that they are omitted if the lists represented by them
* are empty.
*
* At least one cmp-field element must be present in the
* descriptor if the entity's persistence-type is Container and
* the cmp-version is 1.x, and none must not be present if the
* entity's persistence-type is Bean.
*
*
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getDisplayName <em>Display Name</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getIcon <em>Icon</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEjbName <em>Ejb Name</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getMappedName <em>Mapped Name</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getHome <em>Home</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getRemote <em>Remote</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getLocalHome <em>Local Home</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getLocal <em>Local</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEjbClass <em>Ejb Class</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPersistenceType <em>Persistence Type</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPrimKeyClass <em>Prim Key Class</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getReentrant <em>Reentrant</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getCmpVersion <em>Cmp Version</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getAbstractSchemaName <em>Abstract Schema Name</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getCmpField <em>Cmp Field</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPrimkeyField <em>Primkey Field</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEnvEntry <em>Env Entry</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEjbRef <em>Ejb Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEjbLocalRef <em>Ejb Local Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getServiceRef <em>Service Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getResourceRef <em>Resource Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getResourceEnvRef <em>Resource Env Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getMessageDestinationRef <em>Message Destination Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPersistenceContextRef <em>Persistence Context Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPersistenceUnitRef <em>Persistence Unit Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPostConstruct <em>Post Construct</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPreDestroy <em>Pre Destroy</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getSecurityRoleRef <em>Security Role Ref</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getSecurityIdentity <em>Security Identity</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getQuery <em>Query</em>}</li>
* <li>{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getId <em>Id</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType()
* @model extendedMetaData="name='entity-beanType' kind='elementOnly'"
* @generated
*/
public interface EntityBeanType extends EObject {
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.DescriptionType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' containment reference list 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 list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Description()
* @model containment="true"
* extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<DescriptionType> getDescription();
/**
* Returns the value of the '<em><b>Display Name</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.DisplayNameType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Display Name</em>' containment reference list 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 list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_DisplayName()
* @model containment="true"
* extendedMetaData="kind='element' name='display-name' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<DisplayNameType> getDisplayName();
/**
* Returns the value of the '<em><b>Icon</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.IconType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Icon</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Icon</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Icon()
* @model containment="true"
* extendedMetaData="kind='element' name='icon' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<IconType> getIcon();
/**
* Returns the value of the '<em><b>Ejb Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb 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 Name</em>' containment reference.
* @see #setEjbName(EjbNameType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_EjbName()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='ejb-name' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EjbNameType getEjbName();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEjbName <em>Ejb Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ejb Name</em>' containment reference.
* @see #getEjbName()
* @generated
*/
void setEjbName(EjbNameType value);
/**
* Returns the value of the '<em><b>Mapped Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mapped 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>Mapped Name</em>' containment reference.
* @see #setMappedName(XsdStringType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_MappedName()
* @model containment="true"
* extendedMetaData="kind='element' name='mapped-name' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
XsdStringType getMappedName();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getMappedName <em>Mapped Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mapped Name</em>' containment reference.
* @see #getMappedName()
* @generated
*/
void setMappedName(XsdStringType 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.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Home()
* @model containment="true"
* extendedMetaData="kind='element' name='home' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
HomeType getHome();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#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.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Remote()
* @model containment="true"
* extendedMetaData="kind='element' name='remote' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
RemoteType getRemote();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#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>Local Home</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Local 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>Local Home</em>' containment reference.
* @see #setLocalHome(LocalHomeType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_LocalHome()
* @model containment="true"
* extendedMetaData="kind='element' name='local-home' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
LocalHomeType getLocalHome();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getLocalHome <em>Local Home</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Local Home</em>' containment reference.
* @see #getLocalHome()
* @generated
*/
void setLocalHome(LocalHomeType value);
/**
* Returns the value of the '<em><b>Local</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Local</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>Local</em>' containment reference.
* @see #setLocal(LocalType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Local()
* @model containment="true"
* extendedMetaData="kind='element' name='local' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
LocalType getLocal();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getLocal <em>Local</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Local</em>' containment reference.
* @see #getLocal()
* @generated
*/
void setLocal(LocalType value);
/**
* Returns the value of the '<em><b>Ejb Class</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Class</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 Class</em>' containment reference.
* @see #setEjbClass(EjbClassType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_EjbClass()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='ejb-class' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EjbClassType getEjbClass();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getEjbClass <em>Ejb Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ejb Class</em>' containment reference.
* @see #getEjbClass()
* @generated
*/
void setEjbClass(EjbClassType value);
/**
* Returns the value of the '<em><b>Persistence Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Persistence 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>Persistence Type</em>' containment reference.
* @see #setPersistenceType(PersistenceTypeType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PersistenceType()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='persistence-type' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
PersistenceTypeType getPersistenceType();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPersistenceType <em>Persistence Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Persistence Type</em>' containment reference.
* @see #getPersistenceType()
* @generated
*/
void setPersistenceType(PersistenceTypeType value);
/**
* Returns the value of the '<em><b>Prim Key Class</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
*
* The prim-key-class element contains the
* fully-qualified name of an
* entity bean's primary key class.
*
* If the definition of the primary key class is
* deferred to deployment time, the prim-key-class
* element should specify java.lang.Object.
*
*
* <!-- end-model-doc -->
* @return the value of the '<em>Prim Key Class</em>' containment reference.
* @see #setPrimKeyClass(FullyQualifiedClassType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PrimKeyClass()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='prim-key-class' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
FullyQualifiedClassType getPrimKeyClass();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPrimKeyClass <em>Prim Key Class</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Prim Key Class</em>' containment reference.
* @see #getPrimKeyClass()
* @generated
*/
void setPrimKeyClass(FullyQualifiedClassType value);
/**
* Returns the value of the '<em><b>Reentrant</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
*
* The reentrant element specifies whether an entity
* bean is reentrant or not.
*
* The reentrant element must be one of the two
* following: true or false
*
*
* <!-- end-model-doc -->
* @return the value of the '<em>Reentrant</em>' containment reference.
* @see #setReentrant(TrueFalseType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Reentrant()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='reentrant' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
TrueFalseType getReentrant();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getReentrant <em>Reentrant</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Reentrant</em>' containment reference.
* @see #getReentrant()
* @generated
*/
void setReentrant(TrueFalseType value);
/**
* Returns the value of the '<em><b>Cmp Version</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cmp Version</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>Cmp Version</em>' containment reference.
* @see #setCmpVersion(CmpVersionType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_CmpVersion()
* @model containment="true"
* extendedMetaData="kind='element' name='cmp-version' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
CmpVersionType getCmpVersion();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getCmpVersion <em>Cmp Version</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cmp Version</em>' containment reference.
* @see #getCmpVersion()
* @generated
*/
void setCmpVersion(CmpVersionType value);
/**
* Returns the value of the '<em><b>Abstract Schema Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
*
* The abstract-schema-name element specifies the name
* of the abstract schema type of an entity bean with
* cmp-version 2.x. It is used in EJB QL queries.
*
* For example, the abstract-schema-name for an entity
* bean whose local interface is
* com.acme.commerce.Order might be Order.
*
*
* <!-- end-model-doc -->
* @return the value of the '<em>Abstract Schema Name</em>' containment reference.
* @see #setAbstractSchemaName(JavaIdentifierType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_AbstractSchemaName()
* @model containment="true"
* extendedMetaData="kind='element' name='abstract-schema-name' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
JavaIdentifierType getAbstractSchemaName();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getAbstractSchemaName <em>Abstract Schema Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Abstract Schema Name</em>' containment reference.
* @see #getAbstractSchemaName()
* @generated
*/
void setAbstractSchemaName(JavaIdentifierType value);
/**
* Returns the value of the '<em><b>Cmp Field</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.CmpFieldType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cmp Field</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Cmp Field</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_CmpField()
* @model containment="true"
* extendedMetaData="kind='element' name='cmp-field' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<CmpFieldType> getCmpField();
/**
* Returns the value of the '<em><b>Primkey Field</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
*
*
* The primkey-field element is used to specify the
* name of the primary key field for an entity with
* container-managed persistence.
*
* The primkey-field must be one of the fields declared
* in the cmp-field element, and the type of the field
* must be the same as the primary key type.
*
* The primkey-field element is not used if the primary
* key maps to multiple container-managed fields
* (i.e. the key is a compound key). In this case, the
* fields of the primary key class must be public, and
* their names must correspond to the field names of
* the entity bean class that comprise the key.
*
*
* <!-- end-model-doc -->
* @return the value of the '<em>Primkey Field</em>' containment reference.
* @see #setPrimkeyField(org.eclipse.modisco.jee.ejbjar.EjbJar30.String)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PrimkeyField()
* @model containment="true"
* extendedMetaData="kind='element' name='primkey-field' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
org.eclipse.modisco.jee.ejbjar.EjbJar30.String getPrimkeyField();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getPrimkeyField <em>Primkey Field</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Primkey Field</em>' containment reference.
* @see #getPrimkeyField()
* @generated
*/
void setPrimkeyField(org.eclipse.modisco.jee.ejbjar.EjbJar30.String value);
/**
* Returns the value of the '<em><b>Env Entry</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EnvEntryType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Env Entry</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Env Entry</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_EnvEntry()
* @model containment="true"
* extendedMetaData="kind='element' name='env-entry' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<EnvEntryType> getEnvEntry();
/**
* Returns the value of the '<em><b>Ejb Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ejb Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_EjbRef()
* @model containment="true"
* extendedMetaData="kind='element' name='ejb-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<EjbRefType> getEjbRef();
/**
* Returns the value of the '<em><b>Ejb Local Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbLocalRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ejb Local Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ejb Local Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_EjbLocalRef()
* @model containment="true"
* extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<EjbLocalRefType> getEjbLocalRef();
/**
* Returns the value of the '<em><b>Service Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.ServiceRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Service Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Service Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_ServiceRef()
* @model containment="true"
* extendedMetaData="kind='element' name='service-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<ServiceRefType> getServiceRef();
/**
* Returns the value of the '<em><b>Resource Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.ResourceRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_ResourceRef()
* @model containment="true"
* extendedMetaData="kind='element' name='resource-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<ResourceRefType> getResourceRef();
/**
* Returns the value of the '<em><b>Resource Env Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.ResourceEnvRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Resource Env Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Resource Env Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_ResourceEnvRef()
* @model containment="true"
* extendedMetaData="kind='element' name='resource-env-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<ResourceEnvRefType> getResourceEnvRef();
/**
* Returns the value of the '<em><b>Message Destination Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.MessageDestinationRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Message Destination Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Message Destination Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_MessageDestinationRef()
* @model containment="true"
* extendedMetaData="kind='element' name='message-destination-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<MessageDestinationRefType> getMessageDestinationRef();
/**
* Returns the value of the '<em><b>Persistence Context Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.PersistenceContextRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Persistence Context Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Persistence Context Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PersistenceContextRef()
* @model containment="true"
* extendedMetaData="kind='element' name='persistence-context-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<PersistenceContextRefType> getPersistenceContextRef();
/**
* Returns the value of the '<em><b>Persistence Unit Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.PersistenceUnitRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Persistence Unit Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Persistence Unit Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PersistenceUnitRef()
* @model containment="true"
* extendedMetaData="kind='element' name='persistence-unit-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<PersistenceUnitRefType> getPersistenceUnitRef();
/**
* Returns the value of the '<em><b>Post Construct</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.LifecycleCallbackType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Post Construct</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Post Construct</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PostConstruct()
* @model containment="true"
* extendedMetaData="kind='element' name='post-construct' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<LifecycleCallbackType> getPostConstruct();
/**
* Returns the value of the '<em><b>Pre Destroy</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.LifecycleCallbackType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pre Destroy</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Pre Destroy</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_PreDestroy()
* @model containment="true"
* extendedMetaData="kind='element' name='pre-destroy' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<LifecycleCallbackType> getPreDestroy();
/**
* Returns the value of the '<em><b>Security Role Ref</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.SecurityRoleRefType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Security Role Ref</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Security Role Ref</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_SecurityRoleRef()
* @model containment="true"
* extendedMetaData="kind='element' name='security-role-ref' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<SecurityRoleRefType> getSecurityRoleRef();
/**
* Returns the value of the '<em><b>Security Identity</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Security Identity</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>Security Identity</em>' containment reference.
* @see #setSecurityIdentity(SecurityIdentityType)
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_SecurityIdentity()
* @model containment="true"
* extendedMetaData="kind='element' name='security-identity' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
SecurityIdentityType getSecurityIdentity();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#getSecurityIdentity <em>Security Identity</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Security Identity</em>' containment reference.
* @see #getSecurityIdentity()
* @generated
*/
void setSecurityIdentity(SecurityIdentityType value);
/**
* Returns the value of the '<em><b>Query</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.modisco.jee.ejbjar.EjbJar30.QueryType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Query</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Query</em>' containment reference list.
* @see org.eclipse.modisco.jee.ejbjar.EjbJar30.EjbJar30Package#getEntityBeanType_Query()
* @model containment="true"
* extendedMetaData="kind='element' name='query' namespace='http://java.sun.com/xml/ns/javaee'"
* @generated
*/
EList<QueryType> getQuery();
/**
* 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.EjbJar30.EjbJar30Package#getEntityBeanType_Id()
* @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID"
* extendedMetaData="kind='attribute' name='id'"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.modisco.jee.ejbjar.EjbJar30.EntityBeanType#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);
} // EntityBeanType