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 IntegergetWmiCIMType()getWmiCIMTypeBooleangetWmiIsArray()getWmiIsArrayBooleangetWmiIsLocal()getWmiIsLocalStringgetWmiName()getWmiNameStringgetWmiOrigin()getWmiOriginObjectgetWmiValue()getWmiValue 
 - 
 
- 
- 
Method Detail
- 
getWmiName
String getWmiName() throws WmiException
getWmiName
- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiOrigin
String getWmiOrigin() throws WmiException
getWmiOrigin
- Returns:
 - a 
Stringobject. - Throws:
 WmiException- if any.
 
- 
getWmiIsArray
Boolean getWmiIsArray() throws WmiException
getWmiIsArray
- Returns:
 - a 
Booleanobject. - Throws:
 WmiException- if any.
 
- 
getWmiIsLocal
Boolean getWmiIsLocal() throws WmiException
getWmiIsLocal
- Returns:
 - a 
Booleanobject. - Throws:
 WmiException- if any.
 
- 
getWmiValue
Object getWmiValue() throws WmiException
getWmiValue
- Returns:
 - a 
Objectobject. - Throws:
 WmiException- if any.
 
- 
getWmiCIMType
Integer getWmiCIMType() throws WmiException
getWmiCIMType
- Returns:
 - a 
Integerobject. - Throws:
 WmiException- if any.
 
 - 
 
 -