| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}env-entry-type-valuesType (restriction)
This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code.
The following are the legal values of env-entry-type-valuesType:
java.lang.Boolean
java.lang.Byte
java.lang.Character
java.lang.String
java.lang.Short
java.lang.Integer
java.lang.Long
java.lang.Float
java.lang.Double
Example:
<env-entry-type>java.lang.Boolean</env-entry-type>
<xsd:complexType name="env-entry-type-valuesType"><xsd:simpleContent></xsd:complexType><xsd:restriction base="j2ee:string"></xsd:simpleContent><xsd:enumeration value="java.lang.Boolean"/><xsd:enumeration value="java.lang.Byte"/><xsd:enumeration value="java.lang.Character"/><xsd:enumeration value="java.lang.String"/><xsd:enumeration value="java.lang.Short"/><xsd:enumeration value="java.lang.Integer"/><xsd:enumeration value="java.lang.Long"/><xsd:enumeration value="java.lang.Float"/><xsd:enumeration value="java.lang.Double"/></xsd:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||