@Deprecated public class AssetBoundedSchemaType extends AssetSchemaType
| Modifier and Type | Field and Description |
|---|---|
protected AssetSchemaType |
boundedSchemaElementType
Deprecated.
|
protected BoundedSchemaType |
boundedSchemaTypeBean
Deprecated.
|
schemaElementBeanreferenceableBeanparentAsset| Modifier | Constructor and Description |
|---|---|
protected |
AssetBoundedSchemaType(AssetDescriptor parentAsset)
Deprecated.
Constructor used by the subclasses
|
|
AssetBoundedSchemaType(AssetDescriptor parentAsset,
AssetBoundedSchemaType template)
Deprecated.
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.
|
|
AssetBoundedSchemaType(AssetDescriptor parentAsset,
BoundedSchemaType boundedSchemaType)
Deprecated.
Bean constructor with parent asset
|
|
AssetBoundedSchemaType(BoundedSchemaType boundedSchemaType)
Deprecated.
Bean constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected AssetSchemaType |
cloneAssetSchemaType(AssetDescriptor parentAsset)
Deprecated.
Return a clone of this schema element.
|
boolean |
equals(Object objectToCompare)
Deprecated.
Compare the values of the supplied object with those stored in the current object.
|
BoundedSchemaCategory |
getBoundedSchemaCategory()
Deprecated.
Return the category of the schema.
|
AssetSchemaType |
getBoundedSchemaElementType()
Deprecated.
Return the type of the elements in the schema.
|
int |
getMaximumElements()
Deprecated.
Return the maximum elements that can be stored in this schema.
|
protected SchemaType |
getSchemaBean()
Deprecated.
Return the bean that contains the properties of the schema.
|
protected SchemaType |
getSchemaTypeBean()
Deprecated.
Return this schema element bean.
|
protected void |
setBean(BoundedSchemaType bean)
Deprecated.
Set up the bean that contains the properties of the schema.
|
String |
toString()
Deprecated.
Standard toString method.
|
createAssetSchemaType, getAuthor, getEncodingStandard, getUsage, getVersionNumber, setBeangetDescription, getDisplayName, getSchemaElementBean, isDeprecated, setBeangetAdditionalProperties, getMeanings, getQualifiedName, getReferenceableBean, setBeangetAssetClassifications, getElementHeaderBean, getExtendedProperties, getGUID, getType, getURL, hashCode, setBeangetParentAsset, getParentAssetName, getParentAssetTypeName@Deprecated protected BoundedSchemaType boundedSchemaTypeBean
protected AssetSchemaType boundedSchemaElementType
protected AssetBoundedSchemaType(AssetDescriptor parentAsset)
parentAsset - descriptor of asset that this property relates to.public AssetBoundedSchemaType(BoundedSchemaType boundedSchemaType)
boundedSchemaType - bean containing the schema propertiespublic AssetBoundedSchemaType(AssetDescriptor parentAsset, BoundedSchemaType boundedSchemaType)
parentAsset - descriptor for parent assetboundedSchemaType - bean containing the schema propertiespublic AssetBoundedSchemaType(AssetDescriptor parentAsset, AssetBoundedSchemaType template)
parentAsset - description of the asset that this schema is attached to.template - template object to copy.protected AssetSchemaType cloneAssetSchemaType(AssetDescriptor parentAsset)
cloneAssetSchemaType in class AssetSchemaTypeparentAsset - description of the asset that this schema element is attached to.protected void setBean(BoundedSchemaType bean)
bean - bean containing the schema propertiesprotected SchemaType getSchemaBean()
public BoundedSchemaCategory getBoundedSchemaCategory()
public AssetSchemaType getBoundedSchemaElementType()
public int getMaximumElements()
protected SchemaType getSchemaTypeBean()
getSchemaTypeBean in class AssetSchemaTypepublic String toString()
toString in class AssetSchemaTypepublic boolean equals(Object objectToCompare)
equals in class AssetSchemaTypeobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.