Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.SchemaAttribute
-
Packages that use SchemaAttribute Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of SchemaAttribute in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as SchemaAttribute Modifier and Type Field Description protected SchemaAttributeAssetSchemaAttribute. schemaAttributeBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return SchemaAttribute Modifier and Type Method Description protected SchemaAttributeAssetSchemaAttribute. getSchemaAttributeBean()Return the bean with all of the properties.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type SchemaAttribute Constructor Description AssetSchemaAttribute(AssetDescriptor parentAsset, SchemaAttribute schemaAttributeBean)Bean constructor with parent assetAssetSchemaAttribute(SchemaAttribute schemaAttributeBean)Bean constructor used by subclasses -
Uses of SchemaAttribute in org.odpi.openmetadata.frameworks.connectors.properties.beans
Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type SchemaAttribute Constructor Description SchemaAttribute(SchemaAttribute template)Copy/clone constructor.
-