Class OnmsWbemPropertyImpl
- java.lang.Object
-
- org.opennms.protocols.wmi.wbem.jinterop.OnmsWbemPropertyImpl
-
- All Implemented Interfaces:
OnmsWbemProperty
public class OnmsWbemPropertyImpl extends java.lang.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 java.lang.Integer
getWmiCIMType()
getWmiCIMTypejava.lang.Boolean
getWmiIsArray()
getWmiIsArrayjava.lang.Boolean
getWmiIsLocal()
getWmiIsLocaljava.lang.String
getWmiName()
getWmiNamejava.lang.String
getWmiOrigin()
getWmiOriginjava.lang.Object
getWmiValue()
getWmiValue
-
-
-
Method Detail
-
getWmiName
public java.lang.String getWmiName() throws WmiException
getWmiName
- Specified by:
getWmiName
in interfaceOnmsWbemProperty
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiOrigin
public java.lang.String getWmiOrigin() throws WmiException
getWmiOrigin
- Specified by:
getWmiOrigin
in interfaceOnmsWbemProperty
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiIsArray
public java.lang.Boolean getWmiIsArray() throws WmiException
getWmiIsArray
- Specified by:
getWmiIsArray
in interfaceOnmsWbemProperty
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiIsLocal
public java.lang.Boolean getWmiIsLocal() throws WmiException
getWmiIsLocal
- Specified by:
getWmiIsLocal
in interfaceOnmsWbemProperty
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiValue
public java.lang.Object getWmiValue() throws WmiException
getWmiValue
- Specified by:
getWmiValue
in interfaceOnmsWbemProperty
- Returns:
- a
Object
object. - Throws:
WmiException
- if any.
-
getWmiCIMType
public java.lang.Integer getWmiCIMType() throws WmiException
getWmiCIMType
- Specified by:
getWmiCIMType
in interfaceOnmsWbemProperty
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
-