Programmer's Guide > Interfaces > AOMObject interface > ObjectType enumeration
  
ObjectType enumeration
The ObjectType enumeration is an integer showing which type of object this is.
The ObjectType enumeration has the following constants of type unsigned short.
NODE_OBJECT = 1
The object is a Node object.
RANGE_OBJECT = 2
The object is a Range object.
VIEW_OBJECT = 3
The object is a View object.
EVENT_OBJECT = 4
The object is a Event object.
DOMIMPLEMENTATION_OBJECT = 5
The object is a DOMImplementation object.
NODELIST_OBJECT = 6
The object is a NodeList object.
NAMEDNODEMAP_OBJECT = 7
The object is a NamedNodeMap object.
DOMSTRINGLIST_OBJECT = 8
The object is a DOMStringList object.
NAMELIST_OBJECT = 9
The object is a NameList object.
XPATHEXPRESSION_OBJECT = 10
The object is a XPathExpression object.
XPATHNSRESOLVER_OBJECT = 11
The object is a XPathNSResolver object.
XPATHRESULT_OBJECT = 12
The object is a XPathResult object.
PROPERTYMAP_OBJECT = 13
The object is a PropertyMap object.
STRINGLIST_OBJECT = 14
The object is a StringList object.
COMPONENT_OBJECT = 15
The object is a Component object.
COMPOSER_OBJECT = 16
The object is a Composer object.
TABLEOBJECT_OBJECT = 17
The object is a TableObject object.
TABLERECTANGLE_OBJECT = 18
The object is a TableRectangle object.
CMSADAPTER_OBJECT = 19
The object is a CMSAdapter object.
CMSBROWSEITEM_OBJECT = 20
The object is a CMSBrowseItem object.
CMSBROWSEITERATOR_OBJECT = 21
The object is a CMSBrowseIterator object.
CMSOBJECT_OBJECT = 22
The object is a CMSObject object.
CMSOBJECTLIST_OBJECT = 23
The object is a CMSObjectList object.
CMSSESSION_OBJECT = 24
The object is a CMSSession object.
IOHOST_OBJECT = 25
The object is a IOHost object.