Enum Operation.ModelType
- java.lang.Object
-
- java.lang.Enum<Operation.ModelType>
-
- com.oracle.bmc.dataintegration.model.Operation.ModelType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<Operation.ModelType>
- Enclosing class:
- Operation
public static enum Operation.ModelType extends Enum<Operation.ModelType> implements BmcEnum
The operation type.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Operation.ModelType
create(String key)
String
getValue()
static Operation.ModelType
valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation.ModelType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Procedure
public static final Operation.ModelType Procedure
-
Api
public static final Operation.ModelType Api
-
-
Method Detail
-
values
public static Operation.ModelType[] 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 (Operation.ModelType c : Operation.ModelType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Operation.ModelType 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 Operation.ModelType create(String key)
-
-