Uses of Class
org.odpi.openmetadata.accessservices.assetowner.properties.SimpleSchemaTypeProperties
-
Packages that use SimpleSchemaTypeProperties Package Description org.odpi.openmetadata.accessservices.assetowner.properties This package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of SimpleSchemaTypeProperties in org.odpi.openmetadata.accessservices.assetowner.properties
Subclasses of SimpleSchemaTypeProperties in org.odpi.openmetadata.accessservices.assetowner.properties Modifier and Type Class Description classEnumSchemaTypePropertiesEnumSchemaTypeProperties carries the specialized parameters for creating or updating enum schema types.classExternalSchemaTypePropertiesExternalSchemaTypeProperties carries the unique identifier and properties of a reusable schema type.classPrimitiveSchemaTypePropertiesPrimitiveSchemaTypeProperties carries the specialized parameters for creating or updating primitive schema types.Constructors in org.odpi.openmetadata.accessservices.assetowner.properties with parameters of type SimpleSchemaTypeProperties Constructor Description SimpleSchemaTypeProperties(SimpleSchemaTypeProperties 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.
-