Package com.orchestranetworks.addon.dex
Class DataExchangeSpec
java.lang.Object
com.orchestranetworks.addon.dex.DataExchangeSpec
Represents a {addon.label} specification which stores the (
ConfigurationSpec
) configuration specification and
the (ApplicationMapping
) mapping specification.- Since:
- 2.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the specifiedApplicationMapping
object.Returns the specifiedConfigurationSpec
object.void
setApplicationMapping
(ApplicationMapping applicationMapping) Sets aApplicationMapping
to the specified value.void
setConfigurationSpec
(ConfigurationSpec configurationSpec) Sets aConfigurationSpec
to the specified value.
-
Constructor Details
-
DataExchangeSpec
public DataExchangeSpec()
-
-
Method Details
-
getConfigurationSpec
Returns the specifiedConfigurationSpec
object. -
setConfigurationSpec
Sets aConfigurationSpec
to the specified value. -
getApplicationMapping
Returns the specifiedApplicationMapping
object. -
setApplicationMapping
Sets aApplicationMapping
to the specified value.
-