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 OnmsWbemPropertySetInteger object.WmiException - if any.public OnmsWbemProperty get(Integer idx) throws WmiException
get
get in interface OnmsWbemPropertySetidx - a Integer object.OnmsWbemProperty object.WmiException - if any.public OnmsWbemProperty getByName(String name) throws WmiException
getByName
getByName in interface OnmsWbemPropertySetname - a String object.OnmsWbemProperty object.WmiException - if any.Copyright © 2020. All rights reserved.