Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Interface ViewObjectDef

All Superinterfaces:
RowSetDef, RowSetIteratorDef
All Known Implementing Classes:
ViewObjectDefImpl

public interface ViewObjectDef
extends RowSetDef

BC4J ViewObject definition.


Method Summary
 RowSetDef findRowSetDef(java.lang.String name)
          Returns the RowSetDef by this name
 java.lang.String getDefFullName()
          Returns the ViewObject full definition name
 java.lang.String getName()
          Returns the ViewObject name
 boolean isAutoCreate()
          Returns true if the ViewObject should be automatically created when not found.
 
Methods inherited from interface oracle.cabo.data.jbo.def.RowSetDef
findRowSetIteratorDef, isForwardOnly
 
Methods inherited from interface oracle.cabo.data.jbo.def.RowSetIteratorDef
findRowDef, getRangeSize
 

Method Detail

getName

public java.lang.String getName()
Returns the ViewObject name
Specified by:
getName in interface RowSetDef

getDefFullName

public java.lang.String getDefFullName()
Returns the ViewObject full definition name

isAutoCreate

public boolean isAutoCreate()
Returns true if the ViewObject should be automatically created when not found.
Specified by:
isAutoCreate in interface RowSetDef

findRowSetDef

public RowSetDef findRowSetDef(java.lang.String name)
Returns the RowSetDef by this name

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.