public String getType() returns the type of the current
node.
Parameters
None
Returns
Returns a string representing the type of the current node.
Example
Node node = getTestNode(session, "ClimbingVolcanoes.JPG"); Log.d(TAG, "getType: " + node.getType());
Would result in output such as the following:
getType: cmis:document