Skip navigation links

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

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


com.bea.wlevs.management.configuration
Class CartridgeMBean.FunctionDescKeys

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.management.configuration.CartridgeMBean.FunctionDescKeys

public static final class CartridgeMBean.FunctionDescKeys
extends java.lang.Enum

Returns information of the specified function. The name, return type class name and input parameter type class names are returned in a Map. The input parameters must be specified if the function name does not uniquely identify a function.

See Also:
Serialized Form

Field Summary
static CartridgeMBean.FunctionDescKeys INPUT_TYPES
          This will be the input param type names of the function in an ordered List of Strings.
static CartridgeMBean.FunctionDescKeys NAME
          This will be String value with the name of the function
static CartridgeMBean.FunctionDescKeys RETURN_TYPE
          This will be a String containing the return paramter type name of the function.

 

Method Summary
static CartridgeMBean.FunctionDescKeys valueOf(java.lang.String name)
           
static CartridgeMBean.FunctionDescKeys[] 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

NAME

public static final CartridgeMBean.FunctionDescKeys NAME
This will be String value with the name of the function

INPUT_TYPES

public static final CartridgeMBean.FunctionDescKeys INPUT_TYPES
This will be the input param type names of the function in an ordered List of Strings.

RETURN_TYPE

public static final CartridgeMBean.FunctionDescKeys RETURN_TYPE
This will be a String containing the return paramter type name of the function.

Method Detail

values

public static CartridgeMBean.FunctionDescKeys[] values()

valueOf

public static CartridgeMBean.FunctionDescKeys valueOf(java.lang.String name)

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