public static enum CapabilityTunnel.CommandId extends java.lang.Enum<CapabilityTunnel.CommandId> implements Capability.CommandId
CapabilityTunnel.| Modifier and Type | Method and Description |
|---|---|
int |
getInt() |
static CapabilityTunnel.CommandId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityTunnel.CommandId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityTunnel.CommandId OPEN
public static final CapabilityTunnel.CommandId CLOSE
public static CapabilityTunnel.CommandId[] values()
for (CapabilityTunnel.CommandId c : CapabilityTunnel.CommandId.values()) System.out.println(c);
public static CapabilityTunnel.CommandId 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 nullpublic int getInt()
getInt in interface CommandIdInterface