Uses of Class
com.oracle.bmc.dataintegration.model.BaseType
-
Packages that use BaseType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of BaseType in com.oracle.bmc.dataintegration.model
Subclasses of BaseType in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
ArrayType
Array type object.class
CompositeType
A CompositeType represents a type that is composed of a list of sub-types, for example an Address type.class
ConfiguredType
A ConfiguredType represents a type that has built-in configuration to the type itself.class
DataType
A DataType object is a simple primitive type that describes the type of a single atomic unit of data.class
DerivedType
A DerivedType object represents a more complex type that is derived from a set of simple types, for example an Address or SSN data type.class
DynamicType
The dynamic type.class
JavaType
A java type object.class
MapType
Map type object.class
MaterializedCompositeType
A MaterializedCompositeType represents a type that is composed of a list of sub-types, for example an Address type.Methods in com.oracle.bmc.dataintegration.model that return BaseType Modifier and Type Method Description BaseType
ConfigParameterDefinition. getParameterType()
BaseType
StructuredType. getSchema()
BaseType
DynamicInputField. getType()
BaseType
DynamicProxyField. getType()
BaseType
InputField. getType()
BaseType
InputProxyField. getType()
BaseType
MacroField. getType()
BaseType
MacroPivotField. getType()
BaseType
OutputField. getType()
BaseType
PivotField. getType()
BaseType
ProxyField. getType()
BaseType
Shape. getType()
BaseType
Variable. getType()
Methods in com.oracle.bmc.dataintegration.model with parameters of type BaseType Modifier and Type Method Description ConfigParameterDefinition.Builder
ConfigParameterDefinition.Builder. parameterType(BaseType parameterType)
StructuredType.Builder
StructuredType.Builder. schema(BaseType schema)
DynamicInputField.Builder
DynamicInputField.Builder. type(BaseType type)
DynamicProxyField.Builder
DynamicProxyField.Builder. type(BaseType type)
InputField.Builder
InputField.Builder. type(BaseType type)
InputProxyField.Builder
InputProxyField.Builder. type(BaseType type)
MacroField.Builder
MacroField.Builder. type(BaseType type)
MacroPivotField.Builder
MacroPivotField.Builder. type(BaseType type)
OutputField.Builder
OutputField.Builder. type(BaseType type)
PivotField.Builder
PivotField.Builder. type(BaseType type)
ProxyField.Builder
ProxyField.Builder. type(BaseType type)
Shape.Builder
Shape.Builder. type(BaseType type)
Variable.Builder
Variable.Builder. type(BaseType type)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type BaseType Constructor Description ConfigParameterDefinition(BaseType parameterType, String parameterName, String description, Object defaultValue, String classFieldName, Boolean isStatic, Boolean isClassFieldValue)
Deprecated.DynamicInputField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, BaseType type, List<String> labels)
Deprecated.DynamicProxyField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, BaseType type, List<String> labels)
Deprecated.InputField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, BaseType type, List<String> labels)
Deprecated.InputProxyField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Object scope, BaseType type, List<String> labels)
Deprecated.MacroField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Expression expr, BaseType type, Boolean isUseSourceType, ConfiguredType useType, List<String> labels)
Deprecated.MacroPivotField(Boolean isUseSourceType, Expression expr, ConfiguredType useType, BaseType type, String columnNamePattern)
Deprecated.OutputField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, BaseType type, List<String> labels)
Deprecated.PivotField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Expression expr, ConfiguredType useType, BaseType type, String columnNamePattern)
Deprecated.ProxyField(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, Object scope, ScopeReference scopeReference, BaseType type, List<String> labels)
Deprecated.Shape(String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, Integer objectStatus, String name, String description, BaseType type)
Deprecated.StructuredType(BaseType schema, StructuredType.DtType dtType, String typeSystemName, ConfigDefinition configDefinition)
Deprecated.Variable(String key, String modelVersion, String modelType, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, BaseType type, ConfigValues configValues, Object defaultValue, RootObject rootObjectDefaultValue)
Deprecated.
-