@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public enum Datatypes extends Enum<Datatypes> implements BmcEnum
Supported Datatypes.
Enum Constant and Description |
---|
Boolean |
Double |
Integer |
Long |
String |
Modifier and Type | Method and Description |
---|---|
static Datatypes |
create(String key) |
String |
getValue() |
static Datatypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datatypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datatypes Long
public static final Datatypes Double
public static final Datatypes Integer
public static final Datatypes String
public static final Datatypes Boolean
public static Datatypes[] values()
for (Datatypes c : Datatypes.values()) System.out.println(c);
public static Datatypes 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 nullCopyright © 2016–2023. All rights reserved.