|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OnmsWbemCimTypeEnum>
org.opennms.protocols.wmi.wbem.OnmsWbemCimTypeEnum
public 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.
| Method Summary | |
|---|---|
static OnmsWbemCimTypeEnum |
get(int cimValue)
get |
String |
getCimName()
Getter for the field cimName. |
int |
getCimValue()
Getter for the field cimValue. |
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 |
|---|
public static final OnmsWbemCimTypeEnum wbemCimtypeSint16
public static final OnmsWbemCimTypeEnum wbemCimtypeSint32
public static final OnmsWbemCimTypeEnum wbemCimtypeReal32
public static final OnmsWbemCimTypeEnum wbemCimtypeReal64
public static final OnmsWbemCimTypeEnum wbemCimtypeString
public static final OnmsWbemCimTypeEnum wbemCimtypeBoolean
public static final OnmsWbemCimTypeEnum wbemCimtypeObject
public static final OnmsWbemCimTypeEnum wbemCimtypeSint8
public static final OnmsWbemCimTypeEnum wbemCimtypeUint8
public static final OnmsWbemCimTypeEnum wbemCimtypeUint16
public static final OnmsWbemCimTypeEnum wbemCimtypeUint32
public static final OnmsWbemCimTypeEnum wbemCimtypeSint64
public static final OnmsWbemCimTypeEnum wbemCimtypeUint64
public static final OnmsWbemCimTypeEnum wbemCimtypeDatetime
public static final OnmsWbemCimTypeEnum wbemCimtypeReference
public static final OnmsWbemCimTypeEnum wbemCimtypeChar16
| Method Detail |
|---|
public static OnmsWbemCimTypeEnum[] values()
for (OnmsWbemCimTypeEnum c : OnmsWbemCimTypeEnum.values()) System.out.println(c);
public static OnmsWbemCimTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int getCimValue()
Getter for the field cimValue.
public String getCimName()
Getter for the field cimName.
String object.public static OnmsWbemCimTypeEnum get(int cimValue)
get
cimValue - a int.
OnmsWbemCimTypeEnum object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||