| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected DerivedSchemaElement |
AssetDerivedSchemaElement.derivedSchemaElementBean |
protected DerivedSchemaElement |
AssetDerivedSchemaType.derivedSchemaElementBean |
| Modifier and Type | Method and Description |
|---|---|
protected DerivedSchemaElement |
AssetDerivedSchemaElement.getDerivedSchemaElementBean()
Return the bean with all of the properties in it.
|
protected DerivedSchemaElement |
AssetDerivedSchemaType.getDerivedSchemaElementBean()
Return the bean with all of the properties in it.
|
| Constructor and Description |
|---|
AssetDerivedSchemaElement(AssetDescriptor parentAsset,
DerivedSchemaElement derivedSchemaElementBean,
AssetMeanings assetMeanings,
AssetSchemaImplementationQueries queries)
Bean constructor with parent asset
|
AssetDerivedSchemaElement(DerivedSchemaElement derivedSchemaElementBean,
AssetMeanings assetMeanings,
AssetSchemaImplementationQueries queries)
Bean constructor
|
AssetDerivedSchemaType(AssetDescriptor parentAsset,
DerivedSchemaElement derivedSchemaElementBean,
AssetMeanings assetMeanings,
AssetSchemaImplementationQueries queries)
Bean constructor with parent asset
|
AssetDerivedSchemaType(DerivedSchemaElement derivedSchemaElementBean,
AssetMeanings assetMeanings,
AssetSchemaImplementationQueries queries)
Bean constructor
|
| Constructor and Description |
|---|
DerivedSchemaElement(DerivedSchemaElement 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 ODPi. All rights reserved.