Purpose:
This is the class that is used to represent a entity definition for ImagePlus for OS/390.
Methods:
BSTR datastoreName();
BSTR datastoreType();
BSTR getName();
setName(LPCTSTR name);
short getType();
setType(short type);
short getId();
setId(short id);
BSTR getDescription();
setDescription(LPCTSTR name);
BOOL isSearchable();
LPDISPATCH getAttr(LPCTSTR attrName);
Gets the attribute definition. The returned LPDISPATCH pointer contains a DXAttrDefIP object.
LPDISPATCH listAttrs();
Lists attribute definitions. The returned LPDISPATCH pointer contains a DXSequentialCollectionIP object.
VARIANT listAttrNames(long* arraySize);
Lists attribute definition names. The output parameter arraySize is the size of the array.
LPDISPATCH getDatastore();
Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreIP object.
setDatastore(LPDISPATCH ds);
Sets the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreIP object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.