com.sun.grizzly.http.webxml.schema.version_3_0
Class EnvEntryTypeValuesType
java.lang.Object
com.sun.grizzly.http.webxml.schema.version_3_0.String
com.sun.grizzly.http.webxml.schema.version_3_0.EnvEntryTypeValuesType
public class EnvEntryTypeValuesType
- extends String
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:
java.lang.Boolean
Java class for env-entry-type-valuesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="env-entry-type-valuesType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>string">
</restriction>
</simpleContent>
</complexType>
Fields inherited from class com.sun.grizzly.http.webxml.schema.version_3_0.String |
id, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvEntryTypeValuesType
public EnvEntryTypeValuesType()
Copyright © 2012 Oracle Corporation. All Rights Reserved.