public static enum ListParsersRequest.SourceType extends Enum<ListParsersRequest.SourceType> implements BmcEnum
The source type used for filtering. Only parsers associated with a source of the specified type will be returned.
Enum Constant and Description |
---|
Odl |
OsFile |
OsWindowsSys |
Syslog |
Modifier and Type | Method and Description |
---|---|
static ListParsersRequest.SourceType |
create(String key) |
String |
getValue() |
static ListParsersRequest.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListParsersRequest.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListParsersRequest.SourceType OsFile
public static final ListParsersRequest.SourceType Syslog
public static final ListParsersRequest.SourceType Odl
public static final ListParsersRequest.SourceType OsWindowsSys
public static ListParsersRequest.SourceType[] values()
for (ListParsersRequest.SourceType c : ListParsersRequest.SourceType.values()) System.out.println(c);
public static ListParsersRequest.SourceType 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 ListParsersRequest.SourceType create(String key)
Copyright © 2016–2024. All rights reserved.