Interface OnmsWbemProperty

  • All Known Implementing Classes:
    OnmsWbemPropertyImpl

    public interface OnmsWbemProperty
    TODO implement CIMTYPE, VALUE
    Version:
    $Id: $
    Author:
    ranger
    • 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.