public class SWbemMethodImpl extends Object implements SWbemMethod
| Modifier and Type | Field and Description |
|---|---|
protected SWbemPropertySet |
inParameters |
protected String |
name |
protected String |
origin |
protected SWbemPropertySet |
outParameters |
protected SWbemQualifierSet |
qualSet |
| Constructor and Description |
|---|
SWbemMethodImpl() |
SWbemMethodImpl(com.jacob.activeX.ActiveXComponent ax) |
SWbemMethodImpl(com.jacob.activeX.ActiveXComponent ax,
Wmi wmi) |
SWbemMethodImpl(ActiveXMethods ax) |
SWbemMethodImpl(ActiveXMethods ax,
Wmi wmi) |
SWbemMethodImpl(GetActiveXComponent ax) |
SWbemMethodImpl(GetActiveXComponent ax,
Wmi wmi) |
| Modifier and Type | Method and Description |
|---|---|
SWbemMethodImpl |
configure(Consumer<SWbemMethodImpl> conf) |
SWbemPropertySet |
getInParameters()
The InParameters property of the SWbemMethod object is an SWbemObject object whose properties
define the input parameters for this method.
|
String |
getName()
Возвращает имя метода
|
String |
getOrigin()
The Origin property of the SWbemMethod object returns the name
of the class in which this method was introduced.
|
SWbemPropertySet |
getOutParameters()
The OutParameters property of the SWbemMethod object is an SWbemObject object
whose properties define the out parameters and return type of this method.
|
SWbemQualifierSet |
getWmiQualifiers() |
void |
setInParameters(SWbemPropertySet inParameters) |
void |
setName(String name) |
void |
setOrigin(String origin) |
void |
setOutParameters(SWbemPropertySet outParameters) |
protected SWbemQualifierSet qualSet
protected String name
protected String origin
protected SWbemPropertySet inParameters
protected SWbemPropertySet outParameters
public SWbemMethodImpl()
public SWbemMethodImpl(ActiveXMethods ax, Wmi wmi)
public SWbemMethodImpl(ActiveXMethods ax)
public SWbemMethodImpl(com.jacob.activeX.ActiveXComponent ax,
Wmi wmi)
public SWbemMethodImpl(com.jacob.activeX.ActiveXComponent ax)
public SWbemMethodImpl(GetActiveXComponent ax, Wmi wmi)
public SWbemMethodImpl(GetActiveXComponent ax)
public SWbemQualifierSet getWmiQualifiers()
getWmiQualifiers in interface GetWmiQualifierspublic String getName()
SWbemMethodgetName in interface SWbemMethodpublic void setName(String name)
public String getOrigin()
SWbemMethodThis property is read-only.
Свойство Origin объекта SWbemMethod возвращает имя класса, в котором был представлен этот метод. Для классов с глубокой иерархией наследования часто бывает желательно знать, какие методы в каких классах были объявлены.
Это свойство доступно только для чтения.
getOrigin in interface SWbemMethodpublic void setOrigin(String origin)
public SWbemPropertySet getInParameters()
SWbemMethodThis property is read-only. Note that any changes that are made to this object are not reflected in the underlying method definition.
Свойство InParameters объекта SWbemMethod - это объект SWbemObject, свойства которого определяют входные параметры для этого метода.
Это свойство доступно только для чтения.
Обратите внимание, что любые изменения, внесенные в этот объект, не отражаются в определении базового метода.
getInParameters in interface SWbemMethodpublic void setInParameters(SWbemPropertySet inParameters)
public SWbemPropertySet getOutParameters()
SWbemMethodThis property is read-only.
Свойство OutParameters объекта SWbemMethod - это объект SWbemObject, свойства которого определяют параметры вывода и тип возвращаемого значения этого метода.
Это свойство доступно только для чтения.
getOutParameters in interface SWbemMethodpublic void setOutParameters(SWbemPropertySet outParameters)
public SWbemMethodImpl configure(Consumer<SWbemMethodImpl> conf)
Copyright © 2020. All rights reserved.