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