Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.ExternalSchemaType
-
Packages that use ExternalSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of ExternalSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as ExternalSchemaType Modifier and Type Field Description protected ExternalSchemaTypeAssetExternalSchemaType. externalSchemaTypeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return ExternalSchemaType Modifier and Type Method Description protected ExternalSchemaTypeAssetExternalSchemaType. getExternalSchemaTypeBean()Return the bean with all of the properties.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ExternalSchemaType Modifier and Type Method Description protected voidAssetExternalSchemaType. setBean(ExternalSchemaType bean)Set up the bean that contains the properties of the schema.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type ExternalSchemaType Constructor Description AssetExternalSchemaType(AssetDescriptor parentAsset, ExternalSchemaType externalSchemaTypeBean)Bean constructor with parent assetAssetExternalSchemaType(ExternalSchemaType externalSchemaTypeBean)Bean constructor -
Uses of ExternalSchemaType in org.odpi.openmetadata.frameworks.connectors.properties.beans
Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type ExternalSchemaType Constructor Description ExternalSchemaType(ExternalSchemaType template)Copy/clone Constructor.
-