public class SWbemPrivilegeImpl extends Object implements SWbemPrivilege
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected boolean |
enabled |
protected int |
identifier |
protected String |
name |
| Constructor and Description |
|---|
SWbemPrivilegeImpl() |
SWbemPrivilegeImpl(com.jacob.activeX.ActiveXComponent ax) |
SWbemPrivilegeImpl(ActiveXMethods ax) |
SWbemPrivilegeImpl(GetActiveXComponent ax) |
| Modifier and Type | Method and Description |
|---|---|
SWbemPrivilegeImpl |
configure(Consumer<SWbemPrivilegeImpl> conf) |
String |
getDisplayName()
Display name of this privilege.
|
int |
getIdentifier()
Integer that represents the privilege that is being set or retrieved.
|
String |
getName()
Name of this privilege.
|
protected void |
init(ActiveXMethods ax) |
boolean |
isEnabled()
Boolean value that indicates if this privilege is enabled.
|
void |
setDisplayName(String displayName) |
void |
setEnabled(boolean enabled) |
void |
setIdentifier(int identifier) |
void |
setName(String name) |
protected String displayName
protected int identifier
protected boolean enabled
protected String name
public SWbemPrivilegeImpl()
public SWbemPrivilegeImpl(ActiveXMethods ax)
public SWbemPrivilegeImpl(com.jacob.activeX.ActiveXComponent ax)
public SWbemPrivilegeImpl(GetActiveXComponent ax)
public SWbemPrivilegeImpl configure(Consumer<SWbemPrivilegeImpl> conf)
protected void init(ActiveXMethods ax)
public String getDisplayName()
SWbemPrivilegegetDisplayName in interface SWbemPrivilegepublic void setDisplayName(String displayName)
public int getIdentifier()
SWbemPrivilegegetIdentifier in interface SWbemPrivilegepublic void setIdentifier(int identifier)
public boolean isEnabled()
SWbemPrivilegeisEnabled in interface SWbemPrivilegepublic void setEnabled(boolean enabled)
public String getName()
SWbemPrivilegegetName in interface SWbemPrivilegepublic void setName(String name)
Copyright © 2020. All rights reserved.