public class PropertyMap
extends java.lang.Object
JdapiMetadata to dynamically look up the properties of
an object.| Constructor and Description |
|---|
PropertyMap() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)