Enum OnmsWbemCimTypeEnum

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<OnmsWbemCimTypeEnum>

    public enum OnmsWbemCimTypeEnum
    extends java.lang.Enum<OnmsWbemCimTypeEnum>
    Created by IntelliJ IDEA. User: CE136452 Date: Oct 20, 2008 Time: 2:33:48 PM To change this template use File | Settings | File Templates.
    Version:
    $Id: $
    Author:
    ranger
    • Method Detail

      • values

        public static OnmsWbemCimTypeEnum[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OnmsWbemCimTypeEnum c : OnmsWbemCimTypeEnum.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OnmsWbemCimTypeEnum valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getCimValue

        public int getCimValue()

        Getter for the field cimValue.

        Returns:
        a int.
      • getCimName

        public java.lang.String getCimName()

        Getter for the field cimName.

        Returns:
        a String object.