public static enum CapsdProtocolInfo.Action extends Enum<CapsdProtocolInfo.Action>
Enum Constant and Description |
---|
AUTO_SET
This is used to represent the state when the protocol
should be automatically set, with any status checks.
|
SCAN
This is used to represent the protocol scan
configuration.
|
SKIP
This is used to represent that the protocol plugin should
not be used to scan the interface.
|
Modifier and Type | Method and Description |
---|---|
static CapsdProtocolInfo.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapsdProtocolInfo.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapsdProtocolInfo.Action SCAN
public static final CapsdProtocolInfo.Action SKIP
public static final CapsdProtocolInfo.Action AUTO_SET
public static CapsdProtocolInfo.Action[] values()
for (CapsdProtocolInfo.Action c : CapsdProtocolInfo.Action.values()) System.out.println(c);
public static CapsdProtocolInfo.Action 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 © 2020. All rights reserved.