| Package | Description |
|---|---|
| com.corticon.services.metadata.vocabulary |
| Modifier and Type | Method and Description |
|---|---|
IAttributeMetadata |
IEntityMetadata.getAttributeMetadataFromAttributeName(java.lang.String astrAttributeName)
Get a specific IAttributeMetadata based on the Attribute's 'Name'.
|
IAttributeMetadata |
IEntityMetadata.getAttributeMetadataFromDatabaseColumnName(java.lang.String astrColumnName,
java.lang.String astrMappingID)
Get a specific IAttributeMetadata based on the Attribute's 'Column Name'.
|
IAttributeMetadata |
IEntityMetadata.getAttributeMetadataFromXmlElementName(java.lang.String astrXmlElementName)
Get a specific IAttributeMetadata based on the Attribute's 'Xml Element Name'.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IAttributeMetadata> |
IEntityMetadata.getAttributeMetadatas()
Get a Collection of all IAttributeMetadata instances for this IEntityMetadata instance
|
Copyright © 2005-2021 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.