|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.forms.jdapi.PropertyMap
This class provides the mapping information between a Forms object
property and the class that represents it. It maps a X_PTID property
ID to Java classes. This can be used in conjunction with
JdapiMetadata
to dynamically look up the properties of
an object.
Constructor Summary | |
PropertyMap()
|
Method Summary | |
static java.lang.Class[] |
getPropertyTypes(java.lang.Class objClass,
int propertyTypeId)
|
static java.lang.Class[] |
getPropertyTypes(JdapiObject obj,
int propertyTypeId)
Gets the classes that may implement an object for the specified property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyMap()
Method Detail |
public static java.lang.Class[] getPropertyTypes(JdapiObject obj, int propertyTypeId)
obj
- Object on which this property you want to know aboutpropertyTypeId
- X_PTID property IDpublic static java.lang.Class[] getPropertyTypes(java.lang.Class objClass, int propertyTypeId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |