oracle.adf.dt.controls.treemodel
Interface MethodReturnNode
- All Known Implementing Classes:
- BeanMethodReturnNode, BeanMethodScalarReturnNode, JotMethodAccessorReturnNode, JotMethodReturnNode
- public interface MethodReturnNode
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.
Copyright © 1997, 2004, Oracle. All rights reserved.