Enum BaseOutput.Type
- java.lang.Object
-
- java.lang.Enum<BaseOutput.Type>
-
- com.oracle.bmc.fleetappsmanagement.model.BaseOutput.Type
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<BaseOutput.Type>
- Enclosing class:
- BaseOutput
public static enum BaseOutput.Type extends Enum<BaseOutput.Type> implements BmcEnum
Data type of the output value (such as STRING, NUMBER, OCID, etc).
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BaseOutput.Typecreate(String key)StringgetValue()static BaseOutput.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static BaseOutput.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Array
public static final BaseOutput.Type Array
-
Boolean
public static final BaseOutput.Type Boolean
-
Number
public static final BaseOutput.Type Number
-
String
public static final BaseOutput.Type String
-
Copyablestring
public static final BaseOutput.Type Copyablestring
-
Map
public static final BaseOutput.Type Map
-
List
public static final BaseOutput.Type List
-
Json
public static final BaseOutput.Type Json
-
Csv
public static final BaseOutput.Type Csv
-
Link
public static final BaseOutput.Type Link
-
Ocid
public static final BaseOutput.Type Ocid
-
UnknownEnumValue
public static final BaseOutput.Type UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static BaseOutput.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BaseOutput.Type c : BaseOutput.Type.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BaseOutput.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static BaseOutput.Type create(String key)
-
-