public interface SWbemObjectPath
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority()
The Authority property of the SWbemObjectPath object contains a string that defines the Authority component of the object path.
|
String |
getClazz()
The Class property of the SWbemObjectPath object is the name of the class that is part of the object path.
|
String |
getDisplayName()
The DisplayName property of the SWbemObjectPath object is a string that contains the path in a form that can be used as a moniker display name.
|
String |
getLocale()
The Locale property of the SWbemObjectPath object contains the locale of object path.
|
String |
getNamespace()
The Namespace property of the SWbemObjectPath object contains
the name of the namespace that is part of the object path.
|
String |
getParentNamespace() |
String |
getPath() |
String |
getRelpath() |
String |
getServer() |
boolean |
isClassType()
The IsClass property of the SWbemObjectPath object is a Boolean value
that indicates if this path represents a class.
|
boolean |
isSingleton()
The IsSingleton property of the SWbemObjectPath object is a Boolean value
that indicates if this path represents a singleton instance.
|
String getAuthority()
String getClazz()
String getDisplayName()
boolean isClassType()
boolean isSingleton()
String getLocale()
String getNamespace()
String getParentNamespace()
String getPath()
String getRelpath()
String getServer()
Copyright © 2020. All rights reserved.