Uses of Class
com.oracle.bmc.dataintegration.model.StructuredType.DtType
-
Packages that use StructuredType.DtType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of StructuredType.DtType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return StructuredType.DtType Modifier and Type Method Description static StructuredType.DtTypeStructuredType.DtType. create(String key)StructuredType.DtTypeStructuredType. getDtType()The data type.static StructuredType.DtTypeStructuredType.DtType. valueOf(String name)Returns the enum constant of this type with the specified name.static StructuredType.DtType[]StructuredType.DtType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type StructuredType.DtType Modifier and Type Method Description StructuredType.BuilderStructuredType.Builder. dtType(StructuredType.DtType dtType)The data type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type StructuredType.DtType Constructor Description StructuredType(BaseType schema, StructuredType.DtType dtType, String typeSystemName, ConfigDefinition configDefinition)Deprecated.
-