Class EnvEntryTypeValuesType

All Implemented Interfaces:
org.glassfish.jaxb.core.Locatable

public class EnvEntryTypeValuesType extends FullyQualifiedClassType
[ 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 java.lang.Class any enumeration type (i.e. a subclass of java.lang.Enum) Examples: <env-entry-type>java.lang.Boolean</env-entry-type> <env-entry-type>java.lang.Class</env-entry-type> <env-entry-type>com.example.Color</env-entry-type>

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>fully-qualified-classType">
     </restriction>
   </simpleContent>
 </complexType>
 
  • Constructor Details

    • EnvEntryTypeValuesType

      public EnvEntryTypeValuesType()