Returns an array of valid values for numeric Forms properties that
are really enumerated properties
If this method is applied
to a non-numeric enumerated property, it returns "null".
Returns an array of valid values for numeric Forms properties that
are really enumerated properties
If this method is applied
to a non-numeric enumerated property, it returns "null".
A property can be in one of the 4 states.
DEFAULT_VALUE : has its default value
DEFAULT_VALUE_OVERRIDEN : locally overrides its default value
INHERITED_VALUE : inherits its ancestor's value
INHERITED_VALUE_OVERRIDDEN : locally overrides its ancestor's value
A fake object property (of ObjectLibrary) that we use to make the
Java Forms API behave as though ObjectLibraries have a property
to get their contained objects.
A fake object property (of ObjectLibraryTab) that we use to make the
Java Forms API behave as though ObjectLibraryTabs have a property
to get their contained objects.
The class JdapiMetaProperty represents the metadata for a given property, obtained
from a given JdapiMetaObject which is in turn obtained
from a given Forms object.
This interface represents the supertype and common behaviours
for all Forms objects, and can be used to build and modify Forms
applications generically, that is, without referring to the specific
object types.