public enum ProtocolOption extends Enum<ProtocolOption>
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolOption.Set
Set of QTP protocol options.
|
Enum Constant and Description |
---|
HISTORY_SNAPSHOT
History snapshot feature.
|
Modifier and Type | Field and Description |
---|---|
static ProtocolOption.Set |
EMPTY_SET
Empty set of protocol options.
|
static ProtocolOption.Set |
SUPPORTED_SET
All supported protocol options.
|
Modifier and Type | Method and Description |
---|---|
static ProtocolOption.Set |
parseProtocolOptions(String s)
Parses string set of options.
|
String |
tag() |
static ProtocolOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolOption HISTORY_SNAPSHOT
public static final ProtocolOption.Set EMPTY_SET
public static final ProtocolOption.Set SUPPORTED_SET
public static ProtocolOption[] values()
for (ProtocolOption c : ProtocolOption.values()) System.out.println(c);
public static ProtocolOption 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 nullpublic String tag()
public static ProtocolOption.Set parseProtocolOptions(String s)
s
- string set of options.Copyright © 2002–2025 Devexperts LLC. All rights reserved.