org.opennms.protocols.wmi.wbem
Enum OnmsWbemCimTypeEnum
java.lang.Object
java.lang.Enum<OnmsWbemCimTypeEnum>
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.
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
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.