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.IntegergetWmiCIMType()getWmiCIMTypejava.lang.BooleangetWmiIsArray()getWmiIsArrayjava.lang.BooleangetWmiIsLocal()getWmiIsLocaljava.lang.StringgetWmiName()getWmiNamejava.lang.StringgetWmiOrigin()getWmiOriginjava.lang.ObjectgetWmiValue()getWmiValue
-
-
-
Method Detail
-
getWmiName
public java.lang.String getWmiName() throws WmiExceptiongetWmiName
- Specified by:
getWmiNamein interfaceOnmsWbemProperty- Returns:
- a
Stringobject. - Throws:
WmiException- if any.
-
getWmiOrigin
public java.lang.String getWmiOrigin() throws WmiExceptiongetWmiOrigin
- Specified by:
getWmiOriginin interfaceOnmsWbemProperty- Returns:
- a
Stringobject. - Throws:
WmiException- if any.
-
getWmiIsArray
public java.lang.Boolean getWmiIsArray() throws WmiExceptiongetWmiIsArray
- Specified by:
getWmiIsArrayin interfaceOnmsWbemProperty- Returns:
- a
Booleanobject. - Throws:
WmiException- if any.
-
getWmiIsLocal
public java.lang.Boolean getWmiIsLocal() throws WmiExceptiongetWmiIsLocal
- Specified by:
getWmiIsLocalin interfaceOnmsWbemProperty- Returns:
- a
Booleanobject. - Throws:
WmiException- if any.
-
getWmiValue
public java.lang.Object getWmiValue() throws WmiExceptiongetWmiValue
- Specified by:
getWmiValuein interfaceOnmsWbemProperty- Returns:
- a
Objectobject. - Throws:
WmiException- if any.
-
getWmiCIMType
public java.lang.Integer getWmiCIMType() throws WmiExceptiongetWmiCIMType
- Specified by:
getWmiCIMTypein interfaceOnmsWbemProperty- Returns:
- a
Integerobject. - Throws:
WmiException- if any.
-
-