public interface ExperimentResultType
The following features are supported:
MarketingPackage.getExperimentResultType()
Modifier and Type | Method and Description |
---|---|
CampaignElementIdentifierType |
getExperiment()
Returns the value of the 'Experiment' containment reference.
|
CampaignElementIdentifierType |
getTestElement()
Returns the value of the 'Test Element' containment reference.
|
boolean |
isControlElement()
Returns the value of the 'Control Element' attribute.
|
boolean |
isSetControlElement()
Returns whether the value of the '
Control Element ' attribute is set. |
void |
setControlElement(boolean value)
Sets the value of the '
Control Element ' attribute. |
void |
setExperiment(CampaignElementIdentifierType value)
Sets the value of the '
Experiment ' containment reference. |
void |
setTestElement(CampaignElementIdentifierType value)
Sets the value of the '
Test Element ' containment reference. |
void |
unsetControlElement()
Unsets the value of the '
Control Element ' attribute. |
CampaignElementIdentifierType getTestElement()
setTestElement(CampaignElementIdentifierType)
,
MarketingPackage.getExperimentResultType_TestElement()
void setTestElement(CampaignElementIdentifierType value)
Test Element
' containment reference.
value
- the new value of the 'Test Element' containment reference.getTestElement()
CampaignElementIdentifierType getExperiment()
setExperiment(CampaignElementIdentifierType)
,
MarketingPackage.getExperimentResultType_Experiment()
void setExperiment(CampaignElementIdentifierType value)
Experiment
' containment reference.
value
- the new value of the 'Experiment' containment reference.getExperiment()
boolean isControlElement()
isSetControlElement()
,
unsetControlElement()
,
setControlElement(boolean)
,
MarketingPackage.getExperimentResultType_ControlElement()
void setControlElement(boolean value)
Control Element
' attribute.
value
- the new value of the 'Control Element' attribute.isSetControlElement()
,
unsetControlElement()
,
isControlElement()
void unsetControlElement()
Control Element
' attribute.
boolean isSetControlElement()
Control Element
' attribute is set.
unsetControlElement()
,
isControlElement()
,
setControlElement(boolean)