Package oracle.forms.jdapi
Class JdapiMetadata
java.lang.Object
oracle.forms.jdapi.JdapiMetadata
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterator
Returns an iterator of all the concrete Jdapi object classes.static JdapiMetaObject
getJdapiMetaObject
(Class formsObject) Gets the metadata class for a given Forms object class.
-
Constructor Details
-
JdapiMetadata
public JdapiMetadata()
-
-
Method Details
-
getJdapiClasses
Returns an iterator of all the concrete Jdapi object classes.- Returns:
- Iterator
-
getJdapiMetaObject
Gets the metadata class for a given Forms object class.- Returns:
- Meta object for Forms object, or null if none
-