public class AssetMapSchemaType extends AssetSchemaType
| Modifier and Type | Field and Description |
|---|---|
protected MapSchemaType |
mapSchemaTypeBean |
schemaElementBeanreferenceableBeanparentAsset| Modifier | Constructor and Description |
|---|---|
protected |
AssetMapSchemaType(AssetDescriptor parentAsset)
Constructor used by the subclasses
|
|
AssetMapSchemaType(AssetDescriptor parentAsset,
AssetMapSchemaType 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.
|
|
AssetMapSchemaType(AssetDescriptor parentAsset,
MapSchemaType schemaType)
Constructor used by the subclasses
|
|
AssetMapSchemaType(MapSchemaType schemaType)
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.
|
AssetSchemaType |
getMapFromElement()
Return the type of schema element that represents the key or property name for the map.
|
protected MapSchemaType |
getMapSchemaTypeBean()
Return the bean with all of the properties.
|
AssetSchemaType |
getMapToElement()
Return the type of schema element that represents the property value for the map.
|
int |
hashCode()
Create a hash code for this element type.
|
protected void |
setBean(MapSchemaType bean)
Set up the bean that contains the properties of the schema.
|
String |
toString()
Standard toString method.
|
createAssetSchemaType, getAuthor, getEncodingStandard, getFormula, getQueries, getSchemaTypeBean, getUsage, getVersionNumber, setBeangetDescription, getDisplayName, getSchemaElementBean, isDeprecated, setBeangetAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, getSecurityTags, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, setBeangetParentAsset, getParentAssetName, getParentAssetTypeNameprotected MapSchemaType mapSchemaTypeBean
protected AssetMapSchemaType(AssetDescriptor parentAsset)
parentAsset - descriptor of asset that this property relates to.public AssetMapSchemaType(AssetDescriptor parentAsset, MapSchemaType schemaType)
parentAsset - descriptor of asset that this property relates to.schemaType - bean containing the schema propertiespublic AssetMapSchemaType(MapSchemaType schemaType)
schemaType - bean containing the schema propertiespublic AssetMapSchemaType(AssetDescriptor parentAsset, AssetMapSchemaType template)
parentAsset - description of the asset that this map is attached to.template - template object to copy.protected MapSchemaType getMapSchemaTypeBean()
public AssetSchemaType getMapFromElement()
protected void setBean(MapSchemaType bean)
bean - bean containing the schema propertiespublic AssetSchemaType getMapToElement()
protected AssetSchemaType cloneAssetSchemaType(AssetDescriptor parentAsset)
cloneAssetSchemaType in class AssetSchemaTypeparentAsset - description of the asset that this schema element is attached to.public String toString()
toString in class AssetSchemaTypepublic boolean equals(Object objectToCompare)
equals in class AssetSchemaTypeobjectToCompare - supplied objectpublic int hashCode()
AssetElementHeaderhashCode in class AssetElementHeaderCopyright © 2018–2020 ODPi. All rights reserved.