public interface SWbemQualifier
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of this qualifier.
|
com.jacob.com.Variant |
getVariant()
Variant value of this qualifier.
|
boolean |
isAmended()
Boolean value that indicates if this qualifier has been localized using a merge operation.
|
boolean |
isLocal()
Boolean value that indicates if this qualifier is local.
|
boolean |
isOverridable()
Boolean value that indicates if this qualifier can be overridden when propagated.
|
boolean |
isPropagatesToInstance()
Boolean value that indicates if this qualifier can be propagated to an instance.
|
boolean |
isPropagatesToSubClass()
Boolean value that indicates if this qualifier can be propagated to a subclass.
|
com.jacob.com.Variant getVariant()
Значение варианта этого классификатора. Это свойство данного объекта по умолчанию.
boolean isPropagatesToSubClass()
boolean isPropagatesToInstance()
String getName()
boolean isOverridable()
boolean isLocal()
boolean isAmended()
Copyright © 2020. All rights reserved.