Interface ObjectPathIf
-
- All Known Implementing Classes:
AbstractMethodCallNode,AbstractObjectPathNode,AbstractPathNode,ClassNameNode,ClassPathNode,IMethodCallNode,InstanceNameNode,InstancePathNode,LocalClassPathNode,LocalInstancePathNode,LocalNameSpacePathNode,MethodCallNode,ObjectPathNode,ValueReferenceNode
public interface ObjectPathIfIt's implemented by Nodes which can construct a CIMObjectPath.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CIMObjectPathgetCIMObjectPath()getCIMObjectPath
-
-
-
Method Detail
-
getCIMObjectPath
CIMObjectPath getCIMObjectPath()
getCIMObjectPath- Returns:
- CIMObjectPath
-
-