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 classArrayTypeArray type object.classCompositeTypeA CompositeType represents a type that is composed of a list of sub-types, for example an Address type.classConfiguredTypeA ConfiguredType represents a type that has built-in configuration to the type itself.classDataTypeA DataType object is a simple primitive type that describes the type of a single atomic unit of data.classDerivedTypeA DerivedType object represents a more complex type that is derived from a set of simple types, for example an Address or SSN data type.classDynamicTypeThe dynamic type.classJavaTypeA java type object.classMapTypeMap type object.classMaterializedCompositeTypeA 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 BaseTypeConfigParameterDefinition. getParameterType()BaseTypeStructuredType. getSchema()BaseTypeDynamicInputField. getType()BaseTypeDynamicProxyField. getType()BaseTypeInputField. getType()BaseTypeInputProxyField. getType()BaseTypeMacroField. getType()BaseTypeMacroPivotField. getType()BaseTypeOutputField. getType()BaseTypePivotField. getType()BaseTypeProxyField. getType()BaseTypeShape. getType()BaseTypeVariable. getType()Methods in com.oracle.bmc.dataintegration.model with parameters of type BaseType Modifier and Type Method Description ConfigParameterDefinition.BuilderConfigParameterDefinition.Builder. parameterType(BaseType parameterType)StructuredType.BuilderStructuredType.Builder. schema(BaseType schema)DynamicInputField.BuilderDynamicInputField.Builder. type(BaseType type)DynamicProxyField.BuilderDynamicProxyField.Builder. type(BaseType type)InputField.BuilderInputField.Builder. type(BaseType type)InputProxyField.BuilderInputProxyField.Builder. type(BaseType type)MacroField.BuilderMacroField.Builder. type(BaseType type)MacroPivotField.BuilderMacroPivotField.Builder. type(BaseType type)OutputField.BuilderOutputField.Builder. type(BaseType type)PivotField.BuilderPivotField.Builder. type(BaseType type)ProxyField.BuilderProxyField.Builder. type(BaseType type)Shape.BuilderShape.Builder. type(BaseType type)Variable.BuilderVariable.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.
-