Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.common
Class XmlInterfaceCriteria

java.lang.Object
  extended byoracle.jbo.common.XmlInterfaceCriteria

All Implemented Interfaces:
oracle.jbo.common.xml.Criteria

public class XmlInterfaceCriteria
extends java.lang.Object
implements oracle.jbo.common.xml.Criteria

Constructor Summary
XmlInterfaceCriteria()
XmlInterfaceCriteria(int depthCount, long options, com.sun.java.util.collections.HashMap voAttrMap)

Method Summary
com.sun.java.util.collections.HashMap getAttributeMap()
int getDepthCount()
long getRowOptions()
void setDepthCount(int depthCount)
void setRowOptions(long options)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

XmlInterfaceCriteria

public XmlInterfaceCriteria()

XmlInterfaceCriteria

public XmlInterfaceCriteria(int depthCount,
                            long options,
                            com.sun.java.util.collections.HashMap voAttrMap)

Method Detail

setRowOptions

public void setRowOptions(long options)

setDepthCount

public void setDepthCount(int depthCount)

getAttributeMap

public com.sun.java.util.collections.HashMap getAttributeMap()

getRowOptions

public long getRowOptions()

getDepthCount

public int getDepthCount()

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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