org.eclipse.jst.j2ee.common
Interface JNDIEnvRefsGroup

All Superinterfaces:
CompatibilityDescriptionGroup, DescriptionGroup, org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ContainerManagedEntity, EnterpriseBean, Entity, MessageDriven, Session, WebApp

public interface JNDIEnvRefsGroup
extends CompatibilityDescriptionGroup

A representation of the model object 'JNDI Env Refs Group'.

Version:
J2EE1.4 This group keeps the usage of the contained JNDI environment reference elements consistent across J2EE deployment descriptors.

The following features are supported:

See Also:
CommonPackage.getJNDIEnvRefsGroup()

Method Summary
 org.eclipse.emf.common.util.EList getEjbLocalRefs()
          Returns the value of the 'Ejb Local Refs' containment reference list.
 org.eclipse.emf.common.util.EList getEjbRefs()
          Returns the value of the 'Ejb Refs' containment reference list.
 org.eclipse.emf.common.util.EList getEnvironmentProperties()
          Returns the value of the 'Environment Properties' containment reference list.
 org.eclipse.emf.common.util.EList getMessageDestinationRefs()
          Returns the value of the 'Message Destination Refs' containment reference list.
 org.eclipse.emf.common.util.EList getResourceEnvRefs()
          Returns the value of the 'Resource Env Refs' containment reference list.
 org.eclipse.emf.common.util.EList getResourceRefs()
          Returns the value of the 'Resource Refs' containment reference list.
 org.eclipse.emf.common.util.EList getServiceRefs()
          Returns the value of the 'Service Refs' containment reference list.
 
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen
 
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup
getDescriptions, getDisplayNames, getIcons
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEnvironmentProperties

org.eclipse.emf.common.util.EList getEnvironmentProperties()
Returns the value of the 'Environment Properties' containment reference list. The list contents are of type EnvEntry.

If the meaning of the 'Environment Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Environment Properties' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_EnvironmentProperties()

getResourceRefs

org.eclipse.emf.common.util.EList getResourceRefs()
Returns the value of the 'Resource Refs' containment reference list. The list contents are of type ResourceRef.

If the meaning of the 'Resource Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_ResourceRefs()

getEjbRefs

org.eclipse.emf.common.util.EList getEjbRefs()
Returns the value of the 'Ejb Refs' containment reference list. The list contents are of type EjbRef.

If the meaning of the 'Ejb Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_EjbRefs()

getResourceEnvRefs

org.eclipse.emf.common.util.EList getResourceEnvRefs()
Returns the value of the 'Resource Env Refs' containment reference list. The list contents are of type ResourceEnvRef.

If the meaning of the 'Resource Env Refs' containment reference list isn't clear, there really should be more of a description here...

A list of enterprise bean references to an administered object associated with a resource in the enterprise bean's environment. It consists of an optional description, the resource environment reference name, and an indication of the resource environment reference type expected by the enterprise bean code.

Returns:
the value of the 'Resource Env Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_ResourceEnvRefs()

getEjbLocalRefs

org.eclipse.emf.common.util.EList getEjbLocalRefs()
Returns the value of the 'Ejb Local Refs' containment reference list. The list contents are of type EJBLocalRef.

If the meaning of the 'Ejb Local Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Local Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_EjbLocalRefs()

getMessageDestinationRefs

org.eclipse.emf.common.util.EList getMessageDestinationRefs()
Returns the value of the 'Message Destination Refs' containment reference list. The list contents are of type MessageDestinationRef.

If the meaning of the 'Message Destination Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Destination Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_MessageDestinationRefs()

getServiceRefs

org.eclipse.emf.common.util.EList getServiceRefs()
Returns the value of the 'Service Refs' containment reference list. The list contents are of type ServiceRef.

If the meaning of the 'Service Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Refs' containment reference list.
See Also:
CommonPackage.getJNDIEnvRefsGroup_ServiceRefs()