Uses of Class
org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders.SchemaTypeBuilder
-
Packages that use SchemaTypeBuilder Package Description org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders Builders support calls to the repository services. -
-
Uses of SchemaTypeBuilder in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders
Subclasses of SchemaTypeBuilder in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders Modifier and Type Class Description classComplexSchemaTypeBuilderDeprecated.Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders that return SchemaTypeBuilder Modifier and Type Method Description SchemaTypeBuilderSchemaTypeBuilder. getMapFrom()Return the builder for the type of the value that is in the domain of the map.SchemaTypeBuilderSchemaTypeBuilder. getMapTo()Return the builder for the type of the value that is in the range of the map.Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders that return types with arguments of type SchemaTypeBuilder Modifier and Type Method Description List<SchemaTypeBuilder>SchemaTypeBuilder. getSchemaOptions()Return the list of types that are represented by a schema option type.Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders with parameters of type SchemaTypeBuilder Modifier and Type Method Description voidSchemaTypeBuilder. setMapTypes(SchemaTypeBuilder mapFrom, SchemaTypeBuilder mapTo)Set up the builder to support a map type.Method parameters in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.builders with type arguments of type SchemaTypeBuilder Modifier and Type Method Description voidSchemaTypeBuilder. setSchemaOptions(List<SchemaTypeBuilder> schemaOptions)Set up the list of types that are represented by a schema option type.
-