| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveSchemaElement |
AssetPrimitiveSchemaElement.primitiveSchemaElementBean |
protected PrimitiveSchemaElement |
AssetPrimitiveSchemaType.primitiveSchemaElementBean |
| Modifier and Type | Method and Description |
|---|---|
protected PrimitiveSchemaElement |
AssetPrimitiveSchemaElement.getPrimitiveSchemaElementBean()
Return the bean with all of the properties.
|
protected PrimitiveSchemaElement |
AssetPrimitiveSchemaType.getPrimitiveSchemaElementBean()
Return the bean with all of the properties.
|
| Constructor and Description |
|---|
AssetPrimitiveSchemaElement(AssetDescriptor parentAsset,
PrimitiveSchemaElement primitiveSchemaElementBean,
AssetMeanings assetMeanings)
Bean constructor with parent asset
|
AssetPrimitiveSchemaElement(PrimitiveSchemaElement primitiveSchemaElementBean,
AssetMeanings assetMeanings)
Bean constructor
|
AssetPrimitiveSchemaType(AssetDescriptor parentAsset,
PrimitiveSchemaElement primitiveSchemaElementBean,
AssetMeanings assetMeanings)
Bean constructor with parent asset
|
AssetPrimitiveSchemaType(PrimitiveSchemaElement primitiveSchemaElementBean,
AssetMeanings assetMeanings)
Bean constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedSchemaElement
Derived schema elements are used in views to define elements that are calculated using data from other sources.
|
| Constructor and Description |
|---|
PrimitiveSchemaElement(PrimitiveSchemaElement 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.