public abstract class AssetSchemaElement extends AssetReferenceable
referenceableBeanparentAsset| Modifier | Constructor and Description |
|---|---|
protected |
AssetSchemaElement(AssetDescriptor parentAsset)
Constructor used by the subclasses
|
|
AssetSchemaElement(AssetDescriptor parentAsset,
AssetSchemaElement template)
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.
|
|
AssetSchemaElement(AssetDescriptor parentAsset,
SchemaElement schemaElementBean)
Bean constructor with parent.
|
|
AssetSchemaElement(SchemaElement schemaElementBean)
Bean constructor
|
equals, getAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, setBean, toStringgetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected AssetSchemaElement(AssetDescriptor parentAsset)
parentAsset - descriptor of asset that this property relates to.public AssetSchemaElement(SchemaElement schemaElementBean)
schemaElementBean - bean containing the schema element propertiespublic AssetSchemaElement(AssetDescriptor parentAsset, SchemaElement schemaElementBean)
parentAsset - descriptor of asset that this property relates to.schemaElementBean - bean containing the schema element propertiespublic AssetSchemaElement(AssetDescriptor parentAsset, AssetSchemaElement template)
parentAsset - description of the asset that this schema element is attached to.template - template object to copy.Copyright © 2018–2020 ODPi. All rights reserved.