javax.jms.Queue/resource-env-ref-type>
/resource-env-ref>
- Since:
- 1.0
getTypeName
public java.lang.String getTypeName()
- Gets the name for the type
- Returns:
- String value
setTypeName
public void setTypeName(java.lang.String className)
- Sets the name of the type attribute
- Parameters:
className
- sets the name for the type
getDescription
public java.lang.String getDescription()
- Returns:
- The value of the Description attribute
The description is used by the ejb-jar file producer to provide text describing
the resource env ref.
The description should include any information that the ejb-jar file producer
wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer).
Typically, the tools used by the ejb-jar file consumer will display the
description when processing the list of dependents.
setDescription
public void setDescription(java.lang.String value)
- Parameters:
value
- The new value of the Description attribute
getName
public java.lang.String getName()
- Returns:
- The value of the Name attribute
Specifies the name of a resource environment reference; its value is the
environment entry name used in the enterprise bean code.
setName
public void setName(java.lang.String value)
- Parameters:
value
- The new value of the Name attribute
getType
public JavaClass getType()
- Returns:
- The Type reference
Specifies the type of a resource environment reference. See the class
description for an example.
setType
public void setType(JavaClass value)
- Parameters:
value
- The new value of the Type reference
getDescriptions
public EList getDescriptions()
- Returns the value of the 'Descriptions' containment reference list.
The list contents are of type
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Descriptions' containment reference list.
- See Also:
CommonPackage.getResourceEnvRef_Descriptions()