public static enum CapabilityTunnel.CommandId extends java.lang.Enum<CapabilityTunnel.CommandId> implements Capability.CommandId
CapabilityTunnel.| Enum Constant and Description |
|---|
CLOSE
NOTE: This is a placeholder command and not to be used.
|
OPEN
NOTE: This is a placeholder command and not to be used.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInt()
A function to be implemented by every subclass to
Capability.AttributeId and Capability.CommandId. |
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
CapabilityTunnel.OpenTunnelpublic static final CapabilityTunnel.CommandId CLOSE
CapabilityTunnel.CloseTunnelpublic 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()
CommandIdInterfaceCapability.AttributeId and Capability.CommandId.getInt in interface CommandIdInterface