public static enum SummarizeAddmDbParametersRequest.IsDefault extends Enum<SummarizeAddmDbParametersRequest.IsDefault> implements BmcEnum
Optional filter to return only parameters whose end value was set to the default value (TRUE) or was specified in the parameter file (FALSE). Valid values include: TRUE, FALSE
Modifier and Type | Method and Description |
---|---|
static SummarizeAddmDbParametersRequest.IsDefault |
create(String key) |
String |
getValue() |
static SummarizeAddmDbParametersRequest.IsDefault |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeAddmDbParametersRequest.IsDefault[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeAddmDbParametersRequest.IsDefault True
public static final SummarizeAddmDbParametersRequest.IsDefault False
public static SummarizeAddmDbParametersRequest.IsDefault[] values()
for (SummarizeAddmDbParametersRequest.IsDefault c : SummarizeAddmDbParametersRequest.IsDefault.values()) System.out.println(c);
public static SummarizeAddmDbParametersRequest.IsDefault 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 SummarizeAddmDbParametersRequest.IsDefault create(String key)
Copyright © 2016–2024. All rights reserved.