javax.cim
Interface CIMNamedElementInterface
- All Known Implementing Classes:
- CIMClass, CIMInstance, CIMQualifierType
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".
getObjectPath
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.