javax.cim
Interface CIMNamedElementInterface

All Known Implementing Classes:
CIMClass, CIMInstance, CIMQualifierType

public interface CIMNamedElementInterface

The NamedElementInterface is used by CIM that are named. For example, CIM Qualifier Types, CIM Classed and CIM Instances are all named and can be retrieved by a WBEM client.

Since:
JSR48 1.0.0

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

Method Detail

getObjectPath

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

Returns:
The Object Path that represents the element


Copyright © 2002-2007 WBEM Solutions, Inc. All Rights Reserved.