Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt
Interface MethodInfo

All Known Implementing Classes:
JUDTJOTMethodInfo

public interface MethodInfo

Field Summary
static int TYPE_JOT_METHOD
          The type of method is a JotMethod
static int TYPE_METHOD_DESCRIPTOR
          The type of method is a MethodDescriptor

 

Method Summary
 int getMethodKind()
          Retrieves the type of object that the getMethodObject() function will return.
 java.lang.Object getMethodObject()
          Returns the method object as described in the getMethodKind() return type.

 

Field Detail

TYPE_JOT_METHOD

public static final int TYPE_JOT_METHOD
The type of method is a JotMethod
See Also:
Constant Field Values

TYPE_METHOD_DESCRIPTOR

public static final int TYPE_METHOD_DESCRIPTOR
The type of method is a MethodDescriptor
See Also:
Constant Field Values

Method Detail

getMethodKind

public int getMethodKind()
Retrieves the type of object that the getMethodObject() function will return. There can be two types: TYPE_JOT_METHOD and TYPE_METHOD_DESCRIPTOR. If the TYPE_JOT_METHOD is returned, you will get an instance of oracle.jdeveloper.jot.JotMethod. If the TYPE_METHOD_DESCRIPTOR is returned, you will get an instance of java.beans.MethodDescriptor
Returns:

getMethodObject

public java.lang.Object getMethodObject()
Returns the method object as described in the getMethodKind() return type.
Returns:

Oracle ADF Designtime API Reference v10.1.2


Copyright © 1997, 2004, Oracle. All rights reserved.