Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing
11g Release 1 (11.1.1.7)

E14303-11
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


com.bea.wlevs.ede.api.annotation
Class ResourceNameScope.Scope

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.ede.api.annotation.ResourceNameScope.Scope

public static final class ResourceNameScope.Scope
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static ResourceNameScope.Scope APPLICATION
           
static ResourceNameScope.Scope COMPONENT
           
static ResourceNameScope.Scope JNDI
           
static ResourceNameScope.Scope SERVER
           

 

Method Summary
static ResourceNameScope.Scope valueOf(java.lang.String name)
           
static ResourceNameScope.Scope[] values()
           

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

COMPONENT

public static final ResourceNameScope.Scope COMPONENT

APPLICATION

public static final ResourceNameScope.Scope APPLICATION

SERVER

public static final ResourceNameScope.Scope SERVER

JNDI

public static final ResourceNameScope.Scope JNDI

Method Detail

values

public static ResourceNameScope.Scope[] values()

valueOf

public static ResourceNameScope.Scope valueOf(java.lang.String name)

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD