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 Integer
getWmiCIMType()
getWmiCIMTypeBoolean
getWmiIsArray()
getWmiIsArrayBoolean
getWmiIsLocal()
getWmiIsLocalString
getWmiName()
getWmiNameString
getWmiOrigin()
getWmiOriginObject
getWmiValue()
getWmiValue
-
-
-
Method Detail
-
getWmiName
String getWmiName() throws WmiException
getWmiName
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiOrigin
String getWmiOrigin() throws WmiException
getWmiOrigin
- Returns:
- a
String
object. - Throws:
WmiException
- if any.
-
getWmiIsArray
Boolean getWmiIsArray() throws WmiException
getWmiIsArray
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiIsLocal
Boolean getWmiIsLocal() throws WmiException
getWmiIsLocal
- Returns:
- a
Boolean
object. - Throws:
WmiException
- if any.
-
getWmiValue
Object getWmiValue() throws WmiException
getWmiValue
- Returns:
- a
Object
object. - Throws:
WmiException
- if any.
-
getWmiCIMType
Integer getWmiCIMType() throws WmiException
getWmiCIMType
- Returns:
- a
Integer
object. - Throws:
WmiException
- if any.
-
-