Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.def
Interface AppModuleDef

All Known Subinterfaces:
NestedAppModuleDef, RootAppModuleDef

public interface AppModuleDef

BC4J ApplicationModule definition.


Method Summary
 NestedAppModuleDef findAppModuleDef(java.lang.String name)
          Returns the nested AppModuleDef by this name
 ViewObjectDef findViewObjectDef(java.lang.String name)
          Returns the ViewObjectDef by this name
 java.lang.String getDefFullName()
          Returns the ApplicationModule full definition name
 java.lang.String getName()
          Returns the ApplicationModule name
 

Method Detail

getName

public java.lang.String getName()
Returns the ApplicationModule name

getDefFullName

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

findAppModuleDef

public NestedAppModuleDef findAppModuleDef(java.lang.String name)
Returns the nested AppModuleDef by this name

findViewObjectDef

public ViewObjectDef findViewObjectDef(java.lang.String name)
Returns the ViewObjectDef by this name

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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