org.opennms.protocols.wmi.wbem
Enum OnmsWbemCimTypeEnum

java.lang.Object
  extended by java.lang.Enum<OnmsWbemCimTypeEnum>
      extended by org.opennms.protocols.wmi.wbem.OnmsWbemCimTypeEnum
All Implemented Interfaces:
Serializable, Comparable<OnmsWbemCimTypeEnum>

public enum OnmsWbemCimTypeEnum
extends 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.


Enum Constant Summary
wbemCimtypeBoolean
           
wbemCimtypeChar16
           
wbemCimtypeDatetime
           
wbemCimtypeObject
           
wbemCimtypeReal32
           
wbemCimtypeReal64
           
wbemCimtypeReference
           
wbemCimtypeSint16
           
wbemCimtypeSint32
           
wbemCimtypeSint64
           
wbemCimtypeSint8
           
wbemCimtypeString
           
wbemCimtypeUint16
           
wbemCimtypeUint32
           
wbemCimtypeUint64
           
wbemCimtypeUint8
           
 
Method Summary
static OnmsWbemCimTypeEnum get(int cimValue)
           
 String getCimName()
           
 int getCimValue()
           
static OnmsWbemCimTypeEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OnmsWbemCimTypeEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

wbemCimtypeSint16

public static final OnmsWbemCimTypeEnum wbemCimtypeSint16

wbemCimtypeSint32

public static final OnmsWbemCimTypeEnum wbemCimtypeSint32

wbemCimtypeReal32

public static final OnmsWbemCimTypeEnum wbemCimtypeReal32

wbemCimtypeReal64

public static final OnmsWbemCimTypeEnum wbemCimtypeReal64

wbemCimtypeString

public static final OnmsWbemCimTypeEnum wbemCimtypeString

wbemCimtypeBoolean

public static final OnmsWbemCimTypeEnum wbemCimtypeBoolean

wbemCimtypeObject

public static final OnmsWbemCimTypeEnum wbemCimtypeObject

wbemCimtypeSint8

public static final OnmsWbemCimTypeEnum wbemCimtypeSint8

wbemCimtypeUint8

public static final OnmsWbemCimTypeEnum wbemCimtypeUint8

wbemCimtypeUint16

public static final OnmsWbemCimTypeEnum wbemCimtypeUint16

wbemCimtypeUint32

public static final OnmsWbemCimTypeEnum wbemCimtypeUint32

wbemCimtypeSint64

public static final OnmsWbemCimTypeEnum wbemCimtypeSint64

wbemCimtypeUint64

public static final OnmsWbemCimTypeEnum wbemCimtypeUint64

wbemCimtypeDatetime

public static final OnmsWbemCimTypeEnum wbemCimtypeDatetime

wbemCimtypeReference

public static final OnmsWbemCimTypeEnum wbemCimtypeReference

wbemCimtypeChar16

public static final OnmsWbemCimTypeEnum wbemCimtypeChar16
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(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getCimValue

public int getCimValue()

getCimName

public String getCimName()

get

public static OnmsWbemCimTypeEnum get(int cimValue)


Copyright © 2009. All Rights Reserved.