Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.tools
Class BuildBeanDOAdapter

java.lang.Object
  |
  +--oracle.cabo.ui.tools.BuildBeanDOAdapter

public class BuildBeanDOAdapter
extends java.lang.Object

Tool for creating DataObjects from JavaBeans.

   Usage: java oracle.cabo.ui.tools.BuildBeanDOAdapter
          [-options] BeanClassName [OutClassName]
   where options include:
     -d   Specify where to place generated source
     -fast      Creates a faster implementation, but one that
                 cannot be directly edited if the underlying
                 bean changes - it must be regenerated
     -allmethods  Allows access to non-standard "getter" methods in bean.
                  (With this switch, all method names are considered,
                  regardless of whether they begin with "get" or "is".)
 


Constructor Summary
BuildBeanDOAdapter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildBeanDOAdapter

public BuildBeanDOAdapter()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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