Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static DataType.DtType |
DataType.DtType.create(String key) |
DataType.DtType |
DataType.getDtType()
The data type.
|
static DataType.DtType |
DataType.DtType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType.DtType[] |
DataType.DtType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataType.Builder |
DataType.Builder.dtType(DataType.DtType dtType)
The data type.
|
Constructor and Description |
---|
DataType(String key,
String modelVersion,
ParentReference parentRef,
String name,
Integer objectStatus,
String description,
DataType.DtType dtType,
String typeSystemName,
ConfigDefinition configDefinition)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.