public class OnmsWbemPropertySetImpl extends Object implements OnmsWbemPropertySet
OnmsWbemPropertySetImpl class.
Constructor and Description |
---|
OnmsWbemPropertySetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertySetDispatch)
Constructor for OnmsWbemPropertySetImpl.
|
Modifier and Type | Method and Description |
---|---|
Integer |
count()
count
|
OnmsWbemProperty |
get(Integer idx)
get
|
OnmsWbemProperty |
getByName(String name)
getByName
|
public OnmsWbemPropertySetImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertySetDispatch)
Constructor for OnmsWbemPropertySetImpl.
wbemPropertySetDispatch
- a IJIDispatch
object.public Integer count() throws WmiException
count
count
in interface OnmsWbemPropertySet
Integer
object.WmiException
- if any.public OnmsWbemProperty get(Integer idx) throws WmiException
get
get
in interface OnmsWbemPropertySet
idx
- a Integer
object.OnmsWbemProperty
object.WmiException
- if any.public OnmsWbemProperty getByName(String name) throws WmiException
getByName
getByName
in interface OnmsWbemPropertySet
name
- a String
object.OnmsWbemProperty
object.WmiException
- if any.Copyright © 2021. All rights reserved.