javax.cim

Interface CIMNamedElementInterface

public interface CIMNamedElementInterface

The NamedElementInterface is used by CIM Elements that are named. For example, CIM Qualifier Types, CIM Classes and CIM Instances are all named and can be retrieved by a WBEM client.
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, 2010 IBM Corporation. All Rights Reserved.