public class AssetExternalSchemaType extends AssetSchemaType
| Modifier and Type | Field and Description |
|---|---|
protected ExternalSchemaType |
externalSchemaTypeBean |
schemaElementBeanreferenceableBeanparentAsset| Modifier | Constructor and Description |
|---|---|
protected |
AssetExternalSchemaType(AssetDescriptor parentAsset)
Constructor used by the subclasses
|
|
AssetExternalSchemaType(AssetDescriptor parentAsset,
AssetExternalSchemaType 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.
|
|
AssetExternalSchemaType(AssetDescriptor parentAsset,
ExternalSchemaType externalSchemaTypeBean)
Bean constructor with parent asset
|
|
AssetExternalSchemaType(ExternalSchemaType externalSchemaTypeBean)
Bean constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected AssetSchemaType |
cloneAssetSchemaType(AssetDescriptor parentAsset)
Return a clone of this schema element.
|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
protected ExternalSchemaType |
getExternalSchemaTypeBean()
Return the bean with all of the properties.
|
AssetSchemaType |
getLinkedSchemaType()
Return the external schema type.
|
protected SchemaType |
getSchemaTypeBean()
Return this schema element bean.
|
int |
hashCode()
Hash of properties
|
protected void |
setBean(ExternalSchemaType bean)
Set up the bean that contains the properties of the schema.
|
String |
toString()
Standard toString method.
|
createAssetSchemaType, getAuthor, getEncodingStandard, getFormula, getQueries, getUsage, getVersionNumber, setBeangetDescription, getDisplayName, getSchemaElementBean, isDeprecated, setBeangetAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, getSecurityTags, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected ExternalSchemaType externalSchemaTypeBean
protected AssetExternalSchemaType(AssetDescriptor parentAsset)
parentAsset - descriptor of asset that this property relates to.public AssetExternalSchemaType(ExternalSchemaType externalSchemaTypeBean)
externalSchemaTypeBean - bean containing the schema element propertiespublic AssetExternalSchemaType(AssetDescriptor parentAsset, ExternalSchemaType externalSchemaTypeBean)
parentAsset - descriptor for parent assetexternalSchemaTypeBean - bean containing the schema element propertiespublic AssetExternalSchemaType(AssetDescriptor parentAsset, AssetExternalSchemaType templateSchemaElement)
parentAsset - description of the asset that this schema element is attached to.templateSchemaElement - template object to copy.protected ExternalSchemaType getExternalSchemaTypeBean()
public AssetSchemaType getLinkedSchemaType()
protected AssetSchemaType cloneAssetSchemaType(AssetDescriptor parentAsset)
cloneAssetSchemaType in class AssetSchemaTypeparentAsset - description of the asset that this schema element is attached to.protected SchemaType getSchemaTypeBean()
getSchemaTypeBean in class AssetSchemaTypeprotected void setBean(ExternalSchemaType bean)
bean - bean containing the schema propertiespublic String toString()
toString in class AssetSchemaTypepublic boolean equals(Object objectToCompare)
equals in class AssetSchemaTypeobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetSchemaTypeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.