Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.ejbgen
Annotation Type EnvEntry


@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface EnvEntry


Required Element Summary
 String name
          Names this environment entry.
 String type
          (java.lang.Boolean|java.lang.String|java.lang.Character|java.lang.Integer|java.lang.Double|java.lang.Byte|java.lang.Short|java.lang.Long|java.lang.Float) Specifies the Java type for this environment entry (must be fully qualified, even if the type is java.lang).
 String value
          Specifies the value for this environment entry.
 

Element Detail

value

public abstract String value
Specifies the value for this environment entry.


type

public abstract String type
(java.lang.Boolean|java.lang.String|java.lang.Character|java.lang.Integer|java.lang.Double|java.lang.Byte|java.lang.Short|java.lang.Long|java.lang.Float) Specifies the Java type for this environment entry (must be fully qualified, even if the type is java.lang).


name

public abstract String name
Names this environment entry.


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02