Uses of Class
com.oracle.bmc.dataintegration.model.AbstractDataOperationConfig.ModelType
-
Packages that use AbstractDataOperationConfig.ModelType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of AbstractDataOperationConfig.ModelType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return AbstractDataOperationConfig.ModelType Modifier and Type Method Description static AbstractDataOperationConfig.ModelType
AbstractDataOperationConfig.ModelType. create(String key)
static AbstractDataOperationConfig.ModelType
AbstractDataOperationConfig.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractDataOperationConfig.ModelType[]
AbstractDataOperationConfig.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-