public static enum DSCMessage.OPERATION extends Enum<DSCMessage.OPERATION>
| Enum Constant and Description |
|---|
ADD |
ADDALLLOCAL |
ADDALLREMOTE |
REMOVE |
REMOVEALL |
| Modifier and Type | Method and Description |
|---|---|
static DSCMessage.OPERATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DSCMessage.OPERATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DSCMessage.OPERATION ADD
public static final DSCMessage.OPERATION REMOVE
public static final DSCMessage.OPERATION ADDALLLOCAL
public static final DSCMessage.OPERATION ADDALLREMOTE
public static final DSCMessage.OPERATION REMOVEALL
public static DSCMessage.OPERATION[] values()
for (DSCMessage.OPERATION c : DSCMessage.OPERATION.values()) System.out.println(c);
public static DSCMessage.OPERATION 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 nullCopyright © 2017–2020 Eclipse Foundation. All rights reserved.