java.io.Serializable
, java.lang.Comparable<MOServerLookupEvent.IntendedUse>
public static enum MOServerLookupEvent.IntendedUse extends java.lang.Enum<MOServerLookupEvent.IntendedUse>
Enum Constant | Description |
---|---|
cleanUp |
|
commit |
|
get |
|
getNext |
|
prepare |
|
register |
|
undefined |
|
undo |
|
unregister |
|
update |
Modifier and Type | Method | Description |
---|---|---|
static MOServerLookupEvent.IntendedUse |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MOServerLookupEvent.IntendedUse[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MOServerLookupEvent.IntendedUse undefined
public static final MOServerLookupEvent.IntendedUse register
public static final MOServerLookupEvent.IntendedUse get
public static final MOServerLookupEvent.IntendedUse getNext
public static final MOServerLookupEvent.IntendedUse prepare
public static final MOServerLookupEvent.IntendedUse commit
public static final MOServerLookupEvent.IntendedUse undo
public static final MOServerLookupEvent.IntendedUse cleanUp
public static final MOServerLookupEvent.IntendedUse update
public static final MOServerLookupEvent.IntendedUse unregister
public static MOServerLookupEvent.IntendedUse[] values()
for (MOServerLookupEvent.IntendedUse c : MOServerLookupEvent.IntendedUse.values()) System.out.println(c);
public static MOServerLookupEvent.IntendedUse valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 SNMP4J.org. All rights reserved.