Class OnmsWbemPropertyImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemPropertyImpl
-
- All Implemented Interfaces:
OnmsWbemProperty
public class OnmsWbemPropertyImpl extends Object implements OnmsWbemProperty
OnmsWbemPropertyImpl class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description OnmsWbemPropertyImpl(org.jinterop.dcom.impls.automation.IJIDispatch wbemPropertyDispatch)
Constructor for OnmsWbemPropertyImpl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getWmiCIMType()
getWmiCIMTypeBoolean
getWmiIsArray()
getWmiIsArrayBoolean
getWmiIsLocal()
getWmiIsLocalString
getWmiName()
getWmiNameString
getWmiOrigin()
getWmiOriginObject
getWmiValue()
getWmiValue
-
-
-
Method Detail
-
getWmiName
public String getWmiName() throws WmiException
getWmiName
- Specified by:
getWmiName
in interfaceOnmsWbemProperty
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiOrigin
public String getWmiOrigin() throws WmiException
getWmiOrigin
- Specified by:
getWmiOrigin
in interfaceOnmsWbemProperty
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiIsArray
public Boolean getWmiIsArray() throws WmiException
getWmiIsArray
- Specified by:
getWmiIsArray
in interfaceOnmsWbemProperty
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiIsLocal
public Boolean getWmiIsLocal() throws WmiException
getWmiIsLocal
- Specified by:
getWmiIsLocal
in interfaceOnmsWbemProperty
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiValue
public Object getWmiValue() throws WmiException
getWmiValue
- Specified by:
getWmiValue
in interfaceOnmsWbemProperty
- Returns:
- a
Object
object. - Throws:
WmiException
- if any.
-
getWmiCIMType
public Integer getWmiCIMType() throws WmiException
getWmiCIMType
- Specified by:
getWmiCIMType
in interfaceOnmsWbemProperty
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
-