Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetSimpleSchemaType
-
Packages that use AssetSimpleSchemaType Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetSimpleSchemaType in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of AssetSimpleSchemaType in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classAssetEnumSchemaTypeEnumSchemaType describes a schema element that has a primitive type.classAssetPrimitiveSchemaTypePrimitiveSchemaType describes a schema element that has a primitive type.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetSimpleSchemaType Constructor Description AssetSimpleSchemaType(AssetDescriptor parentAsset, AssetSimpleSchemaType template)Copy/clone Constructor the parentAsset is passed separately to the template because it is also likely to be being cloned in the same operation and we want the definitions clone to point to the asset clone and not the original asset.
-