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