Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.controls.treemodel
Interface MethodReturnNode

All Known Implementing Classes:
BeanMethodReturnNode, BeanMethodScalarReturnNode, JotMethodAccessorReturnNode, JotMethodReturnNode

public interface MethodReturnNode

Method Summary
 DefaultDataControlTreeNode getMethodNode()
          Returns the method node.
 java.lang.String getModelObjectType()
           
 boolean isScalar()
          Returns True if this node represents a simple type.

 

Method Detail

getMethodNode

public DefaultDataControlTreeNode getMethodNode()
Returns the method node.
Returns:

isScalar

public boolean isScalar()
Returns True if this node represents a simple type.
Returns:

getModelObjectType

public java.lang.String getModelObjectType()
Returns:
the Java class name of the mdethod return.

Oracle ADF Designtime API Reference v10.1.2


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