org.tm4j.topicmap.TMTypes .getTMObjectType(java.lang.Object tmObject)

Description

Determines the which Topic Map object the specified object is derived from. The object type is returned as an integer code, the values of which are defined in this class. If the specified object is not a Topic Map object, then TM_NULL is returned.

Parameters
java.lang.Object tmObject The object to determine the type of.

Returns

The integer code of the Topic Map object implemented by the specified object.

Other Resources

Related Topics

Has Parameters