public interface IMetaModel
| Modifier and Type | Method and Description |
|---|---|
IAssetType |
getAssetType(String token)
Get type information on the asset specified in the token
|
IAttributeDefinition |
getAttributeDefinition(String token)
Get the definition of an attribute specified in the token
|
IOperation |
getOperation(String token)
Get information on an operation specified in the token
|
IAssetType getAssetType(String token) throws MetaException
token - - token of desired assetMetaException - if an error occurs while locating the assetIAttributeDefinition getAttributeDefinition(String token) throws MetaException
token - - token of desired attributeMetaException - if an error occurs finding the attributeIOperation getOperation(String token) throws MetaException
token - - token of desired operationMetaException - if as error occurs finding the operation informationCopyright © 2016 VersionOne, Inc.. All rights reserved.