public static enum JmDNSImpl.Operation extends java.lang.Enum<JmDNSImpl.Operation>
| Enum Constant and Description |
|---|
Add |
Noop |
RegisterServiceType |
Remove |
Update |
| Modifier and Type | Method and Description |
|---|---|
static JmDNSImpl.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JmDNSImpl.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JmDNSImpl.Operation Remove
public static final JmDNSImpl.Operation Update
public static final JmDNSImpl.Operation Add
public static final JmDNSImpl.Operation RegisterServiceType
public static final JmDNSImpl.Operation Noop
public static JmDNSImpl.Operation[] values()
for (JmDNSImpl.Operation c : JmDNSImpl.Operation.values()) System.out.println(c);
public static JmDNSImpl.Operation 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 null