org.opennms.protocols.wmi.wbem.jinterop
Class OnmsWbemPropertyImpl

java.lang.Object
  extended by org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemPropertyImpl
All Implemented Interfaces:
OnmsWbemProperty

public class OnmsWbemPropertyImpl
extends Object
implements OnmsWbemProperty


Constructor Summary
OnmsWbemPropertyImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertyDispatch)
           
 
Method Summary
 Integer getWmiCIMType()
           
 Boolean getWmiIsArray()
           
 Boolean getWmiIsLocal()
           
 String getWmiName()
           
 String getWmiOrigin()
           
 Object getWmiValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsWbemPropertyImpl

public OnmsWbemPropertyImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertyDispatch)
Method Detail

getWmiName

public String getWmiName()
                  throws WmiException
Specified by:
getWmiName in interface OnmsWbemProperty
Throws:
WmiException

getWmiOrigin

public String getWmiOrigin()
                    throws WmiException
Specified by:
getWmiOrigin in interface OnmsWbemProperty
Throws:
WmiException

getWmiIsArray

public Boolean getWmiIsArray()
                      throws WmiException
Specified by:
getWmiIsArray in interface OnmsWbemProperty
Throws:
WmiException

getWmiIsLocal

public Boolean getWmiIsLocal()
                      throws WmiException
Specified by:
getWmiIsLocal in interface OnmsWbemProperty
Throws:
WmiException

getWmiValue

public Object getWmiValue()
                   throws WmiException
Specified by:
getWmiValue in interface OnmsWbemProperty
Throws:
WmiException

getWmiCIMType

public Integer getWmiCIMType()
                      throws WmiException
Specified by:
getWmiCIMType in interface OnmsWbemProperty
Throws:
WmiException


Copyright © 2009. All Rights Reserved.