public interface IVocabularyMetadata
| Modifier and Type | Method and Description |
|---|---|
IEntityMetadata |
getEntityMetadataFromDatabaseTableName(java.lang.String astrTableName)
Get a specific IEntityMetadata based on the Entity's fully qualified 'Table Name',
which may include Schema or Catalog names.
|
IEntityMetadata |
getEntityMetadataFromEntityName(java.lang.String astrEntityName)
Get a specific IEntityMetadata based on the Entity's 'Name'.
|
IEntityMetadata |
getEntityMetadataFromXmlElementName(java.lang.String astrXmlElementName)
Get a specific IEntityMetadata based on the Entity's 'Xml Element Name'.
|
java.util.Collection<IEntityMetadata> |
getEntityMetadatas()
Get a Collection of all IEntityMetadata instances for the given Vocabulary.
|
java.util.Collection<IEntityMetadata> getEntityMetadatas()
IEntityMetadata getEntityMetadataFromEntityName(java.lang.String astrEntityName)
astrEntityName - - The Entity 'Name'IEntityMetadata getEntityMetadataFromXmlElementName(java.lang.String astrXmlElementName)
astrXmlElementName - - The fully qualified 'Xml Element Name' value for a particular
IEntityMetadata instance, which may contain a 'Xml Namespace',
value, if specified for the Entity.IEntityMetadata getEntityMetadataFromDatabaseTableName(java.lang.String astrTableName)
astrTableName - - The fully qualified 'Table Name' value for a particular IEntityMetadata
instance, which may include Schema or Catalog namesCopyright © 2005-2017 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.