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