@OpenApi public class ApplicationConstants extends RuntimeConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MAGICDRAW_NAME
Deprecated.
Use
RebrandingConfigurator.getProductName() with no "UML" addition in name. Use MAGICDRAW_UML if old reference is required (usually for import). |
VERSION
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getApplicationName()
Returns application name
|
static void |
setApplicationName(java.lang.String name)
Set the name of the application.
|
getFullVersion
@OpenApi @Deprecated public static final java.lang.String MAGICDRAW_NAME
RebrandingConfigurator.getProductName()
with no "UML" addition in name. Use MAGICDRAW_UML
if old reference is required (usually for import).@OpenApi public static void setApplicationName(java.lang.String name)
name
- application name@OpenApi public static java.lang.String getApplicationName()