oracle.forms.jdapi
Class JdapiMetadata

java.lang.Object
  |
  +--oracle.forms.jdapi.JdapiMetadata

public class JdapiMetadata
extends java.lang.Object

This class holds all the metadata for Forms objects. You can use this class, and the metadata it returns, to dynamically work out what properties a given Forms object has. These can then be set/got using the JdapiObject.getXProp/setXProp() methods.


Constructor Summary
JdapiMetadata()
           
 
Method Summary
static java.util.Iterator getJdapiClasses()
          Returns an iterator of all the concrete Jdapi object classes.
static JdapiMetaObject getJdapiMetaObject(java.lang.Class formsObject)
          Gets the metadata class for a given Forms object class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdapiMetadata

public JdapiMetadata()
Method Detail

getJdapiClasses

public static java.util.Iterator getJdapiClasses()
Returns an iterator of all the concrete Jdapi object classes.
Returns:
Iterator

getJdapiMetaObject

public static JdapiMetaObject getJdapiMetaObject(java.lang.Class formsObject)
Gets the metadata class for a given Forms object class.
Returns:
Meta object for Forms object, or null if none