ADF Designtime

oracle.adf.dt.objects
Class JUDTJOTMethodInfo

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTJOTMethodInfo
All Implemented Interfaces:
MethodInfo

public class JUDTJOTMethodInfo
extends java.lang.Object
implements MethodInfo


Field Summary
 
Fields inherited from interface oracle.adf.dt.MethodInfo
TYPE_JOT_METHOD, TYPE_METHOD_DESCRIPTOR
 
Constructor Summary
JUDTJOTMethodInfo(oracle.jdeveloper.jot.JotMethod method)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUDTJOTMethodInfo

public JUDTJOTMethodInfo(oracle.jdeveloper.jot.JotMethod method)
Method Detail

getMethodKind

public int getMethodKind()
Description copied from interface: MethodInfo
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

Specified by:
getMethodKind in interface MethodInfo
Returns:

getMethodObject

public java.lang.Object getMethodObject()
Description copied from interface: MethodInfo
Returns the method object as described in the getMethodKind() return type.

Specified by:
getMethodObject in interface MethodInfo
Returns:

ADF Designtime

 

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