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