Package org.opennms.protocols.wmi.wbem
Interface OnmsWbemProperty
-
- All Known Implementing Classes:
OnmsWbemPropertyImpl
public interface OnmsWbemPropertyTODO implement CIMTYPE, VALUE- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.lang.String getWmiName() throws WmiExceptiongetWmiName
- Returns:
- a
Stringobject. - Throws:
WmiException- if any.
-
getWmiOrigin
java.lang.String getWmiOrigin() throws WmiExceptiongetWmiOrigin
- Returns:
- a
Stringobject. - Throws:
WmiException- if any.
-
getWmiIsArray
java.lang.Boolean getWmiIsArray() throws WmiExceptiongetWmiIsArray
- Returns:
- a
Booleanobject. - Throws:
WmiException- if any.
-
getWmiIsLocal
java.lang.Boolean getWmiIsLocal() throws WmiExceptiongetWmiIsLocal
- Returns:
- a
Booleanobject. - Throws:
WmiException- if any.
-
getWmiValue
java.lang.Object getWmiValue() throws WmiExceptiongetWmiValue
- Returns:
- a
Objectobject. - Throws:
WmiException- if any.
-
getWmiCIMType
java.lang.Integer getWmiCIMType() throws WmiExceptiongetWmiCIMType
- Returns:
- a
Integerobject. - Throws:
WmiException- if any.
-
-