Class JdapiMetadata

java.lang.Object
oracle.forms.jdapi.JdapiMetadata

public class JdapiMetadata extends 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 Details

    • JdapiMetadata

      public JdapiMetadata()
  • Method Details

    • getJdapiClasses

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

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