javax.cim

Interface CIMNamedElementInterface

public interface CIMNamedElementInterface

This interface was present on the 1st JSR48 JavaDoc but it doesn't present in the 2nd JSR48 JavaDoc. I leave it here for a while, maybe JSR48 creators will introduce it on one of the next "specification".
Method Summary
CIMObjectPathgetObjectPath()
Retrieve the ObjectPath that represents the name for this element.

Method Detail

getObjectPath

public CIMObjectPath getObjectPath()
Retrieve the ObjectPath that represents the name for this element.

Returns: The Object Path that represents the element.

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.