public enum WmiMgrOperation extends Enum<WmiMgrOperation>
WmiMgrOperation class.
Modifier and Type | Method and Description |
---|---|
boolean |
compareString(Object comp1,
String comp2)
compareString
|
int |
getOpNumber()
getOpNumber
|
static WmiMgrOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmiMgrOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmiMgrOperation EQ
public static final WmiMgrOperation NEQ
public static final WmiMgrOperation GT
public static final WmiMgrOperation LT
public static WmiMgrOperation[] values()
for (WmiMgrOperation c : WmiMgrOperation.values()) System.out.println(c);
public static WmiMgrOperation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getOpNumber()
getOpNumber
public boolean compareString(Object comp1, String comp2) throws WmiException
compareString
comp1
- a Object
object.comp2
- a String
object.WmiException
- if any.Copyright © 2021. All rights reserved.