| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected DerivedSchemaAttribute |
AssetDerivedSchemaAttribute.schemaAttributeBean |
| Modifier and Type | Method and Description |
|---|---|
protected DerivedSchemaAttribute |
AssetDerivedSchemaAttribute.getDerivedSchemaAttributeBean()
Return the bean with all of the properties in it.
|
| Constructor and Description |
|---|
AssetDerivedSchemaAttribute(AssetDescriptor parentAsset,
DerivedSchemaAttribute schemaAttributeBean,
AssetSchemaLink externalSchemaLink,
AssetSchemaImplementationQueries queries)
Bean constructor with parent asset
|
AssetDerivedSchemaAttribute(AssetDescriptor parentAsset,
DerivedSchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType,
AssetSchemaImplementationQueries queries)
Bean constructor with parent asset
|
AssetDerivedSchemaAttribute(DerivedSchemaAttribute schemaAttributeBean,
AssetSchemaLink externalSchemaLink,
AssetSchemaImplementationQueries queries)
Bean constructor
|
AssetDerivedSchemaAttribute(DerivedSchemaAttribute schemaAttributeBean,
AssetSchemaType localSchemaType,
AssetSchemaImplementationQueries queries)
Bean constructor
|
| Constructor and Description |
|---|
DerivedSchemaAttribute(DerivedSchemaAttribute templateSchemaElement)
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.
|
Copyright © 2018–2020 ODPi. All rights reserved.