| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected MapSchemaElement |
AssetMapSchemaElement.mapSchemaElementBean |
protected MapSchemaElement |
AssetMapSchemaType.mapSchemaElementBean |
| Modifier and Type | Method and Description |
|---|---|
protected MapSchemaElement |
AssetMapSchemaElement.getMapSchemaElementBean()
Return the bean with all of the properties.
|
protected MapSchemaElement |
AssetMapSchemaType.getMapSchemaElementBean()
Return the bean with all of the properties.
|
| Constructor and Description |
|---|
AssetMapSchemaElement(AssetDescriptor parentAsset,
MapSchemaElement mapSchemaElementBean,
AssetSchemaElement mapFromElement,
AssetSchemaElement mapToElement,
AssetMeanings assetMeanings)
Bean constructor with parent asset
|
AssetMapSchemaElement(MapSchemaElement mapSchemaElementBean,
AssetSchemaElement mapFromElement,
AssetSchemaElement mapToElement,
AssetMeanings assetMeanings)
Bean constructor
|
AssetMapSchemaType(AssetDescriptor parentAsset,
MapSchemaElement mapSchemaElementBean,
AssetSchemaType mapFromElement,
AssetSchemaType mapToElement,
AssetMeanings assetMeanings)
Bean constructor with parent asset
|
AssetMapSchemaType(MapSchemaElement mapSchemaElementBean,
AssetSchemaType mapFromElement,
AssetSchemaType mapToElement,
AssetMeanings assetMeanings)
Bean constructor
|
| Constructor and Description |
|---|
MapSchemaElement(MapSchemaElement templateSchema)
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.