protected static enum InvokeServiceCmd.ValuePresence extends Enum<InvokeServiceCmd.ValuePresence>
| Modifier and Type | Method and Description |
|---|---|
static InvokeServiceCmd.ValuePresence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokeServiceCmd.ValuePresence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvokeServiceCmd.ValuePresence MISSING
public static final InvokeServiceCmd.ValuePresence NULL
public static final InvokeServiceCmd.ValuePresence PRESENT
public static InvokeServiceCmd.ValuePresence[] values()
for (InvokeServiceCmd.ValuePresence c : InvokeServiceCmd.ValuePresence.values()) System.out.println(c);
public static InvokeServiceCmd.ValuePresence 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 null