org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface ResourceEnvRefType


public interface ResourceEnvRefType

A representation of the model object 'Resource Env Ref Type'. jms/StockQueue javax.jms.Queue ]]>

The following features are supported:

See Also:
EjbJar21Package.getResourceEnvRefType()
Generated:
Model:
extendedMetaData="name='resource-env-refType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 JndiNameType getResourceEnvRefName()
          Returns the value of the 'Resource Env Ref Name' containment reference.
 FullyQualifiedClassType getResourceEnvRefType()
          Returns the value of the 'Resource Env Ref Type' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setResourceEnvRefName(JndiNameType value)
          Sets the value of the 'Resource Env Ref Name' containment reference.
 void setResourceEnvRefType(FullyQualifiedClassType value)
          Sets the value of the 'Resource Env Ref Type' containment reference.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar21Package.getResourceEnvRefType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getResourceEnvRefName

JndiNameType getResourceEnvRefName()
Returns the value of the 'Resource Env Ref Name' containment reference. The resource-env-ref-name element specifies the name of a resource environment reference; its value is the environment entry name used in the Deployment Component code. The name is a JNDI name relative to the java:comp/env context and must be unique within a Deployment Component.

Returns:
the value of the 'Resource Env Ref Name' containment reference.
See Also:
setResourceEnvRefName(JndiNameType), EjbJar21Package.getResourceEnvRefType_ResourceEnvRefName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='resource-env-ref-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setResourceEnvRefName

void setResourceEnvRefName(JndiNameType value)
Sets the value of the 'Resource Env Ref Name' containment reference.

Parameters:
value - the new value of the 'Resource Env Ref Name' containment reference.
See Also:
getResourceEnvRefName()
Generated:

getResourceEnvRefType

FullyQualifiedClassType getResourceEnvRefType()
Returns the value of the 'Resource Env Ref Type' containment reference. The resource-env-ref-type element specifies the type of a resource environment reference. It is the fully qualified name of a Java language class or interface.

Returns:
the value of the 'Resource Env Ref Type' containment reference.
See Also:
setResourceEnvRefType(FullyQualifiedClassType), EjbJar21Package.getResourceEnvRefType_ResourceEnvRefType()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='resource-env-ref-type' namespace='http://java.sun.com/xml/ns/j2ee'"

setResourceEnvRefType

void setResourceEnvRefType(FullyQualifiedClassType value)
Sets the value of the 'Resource Env Ref Type' containment reference.

Parameters:
value - the new value of the 'Resource Env Ref Type' containment reference.
See Also:
getResourceEnvRefType()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar21Package.getResourceEnvRefType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: