You are here

getProperty

public Property getProperty(String name) returns the specified property.

Parameters

String name
The name of the property to be returned.

Returns

Returns a Property object representing the property requested.

Example


    Node node = getTestNode(session, "ClimbingVolcanoes.JPG");
    
    Log.d(TAG,
    		"getProperty(cmis:objectTypeId): "
    				+ node.getProperty("cmis:objectTypeId").getStringValue());      

    

Would produce output such as the following:

    getProperty(cmis:objectTypeId): cmis:document