public static enum ExternalListener.ListenerType extends Enum<ExternalListener.ListenerType> implements BmcEnum
The type of listener.
Enum Constant and Description |
---|
Asm |
Local |
Scan |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ExternalListener.ListenerType |
create(String key) |
String |
getValue() |
static ExternalListener.ListenerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalListener.ListenerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalListener.ListenerType Asm
public static final ExternalListener.ListenerType Local
public static final ExternalListener.ListenerType Scan
public static final ExternalListener.ListenerType UnknownEnumValue
public static ExternalListener.ListenerType[] values()
for (ExternalListener.ListenerType c : ExternalListener.ListenerType.values()) System.out.println(c);
public static ExternalListener.ListenerType 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 ExternalListener.ListenerType create(String key)
Copyright © 2016–2024. All rights reserved.