Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType ejb-ref-typeType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}ejb-ref-typeType (restriction)

Documentation

	The ejb-ref-typeType contains the expected type of the
	referenced enterprise bean.

	The ejb-ref-type designates a value
	that must be one of the following:

	    Entity
	    Session

      
Properties
This component is not nillable.

Model
<...>

</...>

Local Usage
ejb-local-refType, ejb-refType

Source
<xsd:complexType name="ejb-ref-typeType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:string">
<xsd:enumeration value="Entity"/>
<xsd:enumeration value="Session"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top