Class CommonApplication
java.lang.Object
com.orchestranetworks.addon.dex.mapping.CommonApplication
Defines the configuration for an application.
- Since:
 - 2.3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the type of thisCommonApplication.Returns the logical name which ensures a unique identification for thisCommonApplication.Returns the universal name of thisCommonApplication.voidsetUniversalName(String universalName) Sets the universal name of thisCommonApplication. 
- 
Constructor Details
- 
CommonApplication
 
 - 
 - 
Method Details
- 
getUniversalName
Returns the universal name of thisCommonApplication. - 
setUniversalName
Sets the universal name of thisCommonApplication. - 
getApplicationType
Returns the type of thisCommonApplication. - 
getLogicalName
Returns the logical name which ensures a unique identification for thisCommonApplication. For mapping configurations defined in the {addon.label} dataset, this is represented in the 'Application' table's 'Logical name' field. 
 -