public class SWbemObjectPathImpl extends Object implements SWbemObjectPath
| Modifier and Type | Field and Description |
|---|---|
protected String |
authority |
protected String |
clazz |
protected String |
displayName |
protected boolean |
IsClass |
protected String |
locale |
protected String |
namespace |
protected String |
parentNamespace |
protected String |
path |
protected String |
relpath |
protected String |
server |
protected boolean |
singleton |
| Constructor and Description |
|---|
SWbemObjectPathImpl() |
SWbemObjectPathImpl(ActiveXMethods ax) |
SWbemObjectPathImpl(GetActiveXComponent ax) |
| Modifier and Type | Method and Description |
|---|---|
SWbemObjectPathImpl |
configure(Consumer<SWbemObjectPathImpl> conf) |
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.
|
void |
setAuthority(String authority) |
void |
setClassType(boolean aClass) |
void |
setClazz(String clazz) |
void |
setDisplayName(String displayName) |
void |
setLocale(String locale) |
void |
setNamespace(String namespace) |
void |
setParentNamespace(String parentNamespace) |
void |
setPath(String path) |
void |
setRelpath(String relpath) |
void |
setServer(String server) |
void |
setSingleton(boolean singleton) |
protected String authority
protected String clazz
protected String displayName
protected boolean IsClass
protected boolean singleton
protected String locale
protected String namespace
protected String parentNamespace
protected String path
protected String relpath
protected String server
public SWbemObjectPathImpl()
public SWbemObjectPathImpl(ActiveXMethods ax)
public SWbemObjectPathImpl(GetActiveXComponent ax)
public String getAuthority()
SWbemObjectPathgetAuthority in interface SWbemObjectPathpublic void setAuthority(String authority)
public String getClazz()
SWbemObjectPathgetClazz in interface SWbemObjectPathpublic void setClazz(String clazz)
public String getDisplayName()
SWbemObjectPathgetDisplayName in interface SWbemObjectPathpublic void setDisplayName(String displayName)
public boolean isClassType()
SWbemObjectPathisClassType in interface SWbemObjectPathpublic void setClassType(boolean aClass)
public boolean isSingleton()
SWbemObjectPathisSingleton in interface SWbemObjectPathpublic void setSingleton(boolean singleton)
public String getLocale()
SWbemObjectPathgetLocale in interface SWbemObjectPathpublic void setLocale(String locale)
public String getNamespace()
SWbemObjectPathgetNamespace in interface SWbemObjectPathpublic void setNamespace(String namespace)
public String getParentNamespace()
getParentNamespace in interface SWbemObjectPathpublic void setParentNamespace(String parentNamespace)
public String getPath()
getPath in interface SWbemObjectPathpublic void setPath(String path)
public String getRelpath()
getRelpath in interface SWbemObjectPathpublic void setRelpath(String relpath)
public String getServer()
getServer in interface SWbemObjectPathpublic void setServer(String server)
public SWbemObjectPathImpl configure(Consumer<SWbemObjectPathImpl> conf)
Copyright © 2020. All rights reserved.