|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.chenlichao.wmi4j.SWbemQualifier
public class SWbemQualifier
You can use the properties of the SWbemQualifier object to represent a single qualifier of a WMI class, instance, property, or method parameter. Created by chenlichao on 14-7-26.
| 方法摘要 | |
|---|---|
String |
getName()
Get the name of this qualifier. |
boolean |
getPropagatesToInstance()
Indicates if this qualifier can be propagated to an instance. |
boolean |
getPropagatesToSubClass()
Indicates if this qualifier can be propagated to an subclass. |
WMIVariant |
getValue()
Get the variant value of this qualifier. |
boolean |
isAmended()
Get a Boolean value that indicates if this qualifier has been localized using a merge operation. |
boolean |
isLocal()
Indicates if this qualifier is local. |
boolean |
isOverridable()
Indicates if this qualifier can be overridden when propagated. |
void |
setOverridable(boolean isOverridable)
Set if this qualifier can be overridden when propagated. |
void |
setPropagatesToInstance(boolean propagatesToInstance)
Set if this qualifier can be propagated to an instance. |
void |
setValue(WMIVariant variant)
Set the variant value of this qualifier. |
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public boolean isAmended()
throws WMIException
WMIException
public boolean isLocal()
throws WMIException
WMIException
public boolean isOverridable()
throws WMIException
WMIException
public void setOverridable(boolean isOverridable)
throws WMIException
isOverridable - If can be overridden
WMIException
public String getName()
throws WMIException
WMIException
public boolean getPropagatesToInstance()
throws WMIException
WMIException
public void setPropagatesToInstance(boolean propagatesToInstance)
throws WMIException
propagatesToInstance - True if can be propagated, otherwise false
WMIException
public boolean getPropagatesToSubClass()
throws WMIException
WMIException
public WMIVariant getValue()
throws WMIException
WMIException
public void setValue(WMIVariant variant)
throws WMIException
variant - the variant value of this qualifier.
WMIException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||