Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.MapSchemaType
-
Packages that use MapSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of MapSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as MapSchemaType Modifier and Type Field Description protected MapSchemaTypeAssetMapSchemaType. mapSchemaTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return MapSchemaType Modifier and Type Method Description protected MapSchemaTypeAssetMapSchemaType. getMapSchemaTypeBean()Return the bean with all of the properties.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type MapSchemaType Modifier and Type Method Description protected voidAssetMapSchemaType. setBean(MapSchemaType bean)Set up the bean that contains the properties of the schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type MapSchemaType Constructor Description AssetMapSchemaType(AssetDescriptor parentAsset, MapSchemaType schemaType)Constructor used by the subclassesAssetMapSchemaType(MapSchemaType schemaType)Bean constructor -
Uses of MapSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type MapSchemaType Constructor Description MapSchemaType(MapSchemaType template)Copy/clone Constructor.
-