CE-936 - Add getName to TopLevelMetaDataInterface

This commit is contained in:
2024-03-12 11:41:52 -05:00
parent 51945aa844
commit 12eb1804ad
3 changed files with 27 additions and 0 deletions

View File

@ -40,6 +40,17 @@ public class ApiInstanceMetaDataContainer extends QSupplementalInstanceMetaData
/*******************************************************************************
**
*******************************************************************************/
@Override
public String getName()
{
return ApiSupplementType.NAME;
}
/*******************************************************************************
** Constructor
**