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
 Integer getWmiCIMType()
          getWmiCIMType
 Boolean getWmiIsArray()
          getWmiIsArray
 Boolean getWmiIsLocal()
          getWmiIsLocal
 String getWmiName()
          getWmiName
 String getWmiOrigin()
          getWmiOrigin
 Object 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.


Copyright © 2011. All Rights Reserved.