Skip navigation links

Oracle Complex Event Processing API Reference
11g Release 1 (11.1.1)

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


com.bea.wlevs.management.configuration
Class CQLProcessorMBean.FunctionParameter

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.management.configuration.CQLProcessorMBean.FunctionParameter

public static final class CQLProcessorMBean.FunctionParameter
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static CQLProcessorMBean.FunctionParameter ARGUMENT_TYPES
          Function argument types.
static CQLProcessorMBean.FunctionParameter ID
          Function name.
static CQLProcessorMBean.FunctionParameter RETURN_TYPE
          Function return type.

 

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

ID

public static final CQLProcessorMBean.FunctionParameter ID
Function name. Value is of type String.

ARGUMENT_TYPES

public static final CQLProcessorMBean.FunctionParameter ARGUMENT_TYPES
Function argument types. Value is of type List<String>, where String maps to com.bea.wlevs.ede.api.Type. List may be empty if function has no arguments.

RETURN_TYPE

public static final CQLProcessorMBean.FunctionParameter RETURN_TYPE
Function return type. Value is of type String, which maps to com.bea.wlevs.ede.api.Type.

Method Detail

values

public static CQLProcessorMBean.FunctionParameter[] values()

valueOf

public static CQLProcessorMBean.FunctionParameter valueOf(java.lang.String name)

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