public static enum TestParserRequest.Scope extends Enum<TestParserRequest.Scope> implements BmcEnum
The scope used when testing a parser.
Enum Constant and Description |
---|
LogEntries |
LogLines |
LogLinesLogEntries |
Modifier and Type | Method and Description |
---|---|
static TestParserRequest.Scope |
create(String key) |
String |
getValue() |
static TestParserRequest.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestParserRequest.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestParserRequest.Scope LogLines
public static final TestParserRequest.Scope LogEntries
public static final TestParserRequest.Scope LogLinesLogEntries
public static TestParserRequest.Scope[] values()
for (TestParserRequest.Scope c : TestParserRequest.Scope.values()) System.out.println(c);
public static TestParserRequest.Scope 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 static TestParserRequest.Scope create(String key)
Copyright © 2016–2024. All rights reserved.