@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public enum ParameterType extends Enum<ParameterType> implements BmcEnum
The valid set of Parameter types.
Enum Constant and Description |
---|
Boolean |
Float |
Integer |
Secure |
String |
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 ParameterType |
create(String key) |
String |
getValue() |
static ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterType String
public static final ParameterType Integer
public static final ParameterType Float
public static final ParameterType Boolean
public static final ParameterType Secure
public static final ParameterType UnknownEnumValue
public static ParameterType[] values()
for (ParameterType c : ParameterType.values()) System.out.println(c);
public static ParameterType 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 ParameterType create(String key)
Copyright © 2016–2024. All rights reserved.