Interface DataCompositionSchemaDataSetLink
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- DataCompositionSchemaDataSetLinkImpl
 
 public interface DataCompositionSchemaDataSetLink extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Schema Data Set Link'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestinationDataSet()Returns the value of the 'Destination Data Set' attribute.StringgetDestinationExpression()Returns the value of the 'Destination Expression' attribute.StringgetLinkConditionExpression()Returns the value of the 'Link Condition Expression' attribute.StringgetParameter()Returns the value of the 'Parameter' attribute.StringgetSourceDataSet()Returns the value of the 'Source Data Set' attribute.StringgetSourceExpression()Returns the value of the 'Source Expression' attribute.StringgetStartExpression()Returns the value of the 'Start Expression' attribute.booleanisParameterListAllowed()Returns the value of the 'Parameter List Allowed' attribute.booleanisRequired()Returns the value of the 'Required' attribute.booleanisSetParameterListAllowed()Returns whether the value of the 'Parameter List Allowed' attribute is set.voidsetDestinationDataSet(String value)Sets the value of the 'Destination Data Set' attribute.voidsetDestinationExpression(String value)Sets the value of the 'Destination Expression' attribute.voidsetLinkConditionExpression(String value)Sets the value of the 'Link Condition Expression' attribute.voidsetParameter(String value)Sets the value of the 'Parameter' attribute.voidsetParameterListAllowed(boolean value)Sets the value of the 'Parameter List Allowed' attribute.voidsetRequired(boolean value)Sets the value of the 'Required' attribute.voidsetSourceDataSet(String value)Sets the value of the 'Source Data Set' attribute.voidsetSourceExpression(String value)Sets the value of the 'Source Expression' attribute.voidsetStartExpression(String value)Sets the value of the 'Start Expression' attribute.voidunsetParameterListAllowed()Unsets the value of the 'Parameter List Allowed' attribute.
 
- 
- 
- 
Method Detail- 
getSourceDataSetString getSourceDataSet() Returns the value of the 'Source Data Set' attribute.- Returns:
- the value of the 'Source Data Set' attribute.
- See Also:
- setSourceDataSet(String),- DcsPackage.getDataCompositionSchemaDataSetLink_SourceDataSet()
 
 - 
setSourceDataSetvoid setSourceDataSet(String value) Sets the value of the 'Source Data Set' attribute.- Parameters:
- value- the new value of the 'Source Data Set' attribute.
- See Also:
- getSourceDataSet()
 
 - 
getDestinationDataSetString getDestinationDataSet() Returns the value of the 'Destination Data Set' attribute.- Returns:
- the value of the 'Destination Data Set' attribute.
- See Also:
- setDestinationDataSet(String),- DcsPackage.getDataCompositionSchemaDataSetLink_DestinationDataSet()
 
 - 
setDestinationDataSetvoid setDestinationDataSet(String value) Sets the value of the 'Destination Data Set' attribute.- Parameters:
- value- the new value of the 'Destination Data Set' attribute.
- See Also:
- getDestinationDataSet()
 
 - 
getSourceExpressionString getSourceExpression() Returns the value of the 'Source Expression' attribute.- Returns:
- the value of the 'Source Expression' attribute.
- See Also:
- setSourceExpression(String),- DcsPackage.getDataCompositionSchemaDataSetLink_SourceExpression()
 
 - 
setSourceExpressionvoid setSourceExpression(String value) Sets the value of the 'Source Expression' attribute.- Parameters:
- value- the new value of the 'Source Expression' attribute.
- See Also:
- getSourceExpression()
 
 - 
getDestinationExpressionString getDestinationExpression() Returns the value of the 'Destination Expression' attribute.- Returns:
- the value of the 'Destination Expression' attribute.
- See Also:
- setDestinationExpression(String),- DcsPackage.getDataCompositionSchemaDataSetLink_DestinationExpression()
 
 - 
setDestinationExpressionvoid setDestinationExpression(String value) Sets the value of the 'Destination Expression' attribute.- Parameters:
- value- the new value of the 'Destination Expression' attribute.
- See Also:
- getDestinationExpression()
 
 - 
getParameterString getParameter() Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
- setParameter(String),- DcsPackage.getDataCompositionSchemaDataSetLink_Parameter()
 
 - 
setParametervoid setParameter(String value) Sets the value of the 'Parameter' attribute.- Parameters:
- value- the new value of the 'Parameter' attribute.
- See Also:
- getParameter()
 
 - 
isParameterListAllowedboolean isParameterListAllowed() Returns the value of the 'Parameter List Allowed' attribute.- Returns:
- the value of the 'Parameter List Allowed' attribute.
- See Also:
- isSetParameterListAllowed(),- unsetParameterListAllowed(),- setParameterListAllowed(boolean),- DcsPackage.getDataCompositionSchemaDataSetLink_ParameterListAllowed()
 
 - 
setParameterListAllowedvoid setParameterListAllowed(boolean value) Sets the value of the 'Parameter List Allowed' attribute.- Parameters:
- value- the new value of the 'Parameter List Allowed' attribute.
- See Also:
- isSetParameterListAllowed(),- unsetParameterListAllowed(),- isParameterListAllowed()
 
 - 
unsetParameterListAllowedvoid unsetParameterListAllowed() Unsets the value of the 'Parameter List Allowed' attribute.
 - 
isSetParameterListAllowedboolean isSetParameterListAllowed() Returns whether the value of the 'Parameter List Allowed' attribute is set.- Returns:
- whether the value of the 'Parameter List Allowed' attribute is set.
- See Also:
- unsetParameterListAllowed(),- isParameterListAllowed(),- setParameterListAllowed(boolean)
 
 - 
getLinkConditionExpressionString getLinkConditionExpression() Returns the value of the 'Link Condition Expression' attribute.- Returns:
- the value of the 'Link Condition Expression' attribute.
- See Also:
- setLinkConditionExpression(String),- DcsPackage.getDataCompositionSchemaDataSetLink_LinkConditionExpression()
 
 - 
setLinkConditionExpressionvoid setLinkConditionExpression(String value) Sets the value of the 'Link Condition Expression' attribute.- Parameters:
- value- the new value of the 'Link Condition Expression' attribute.
- See Also:
- getLinkConditionExpression()
 
 - 
getStartExpressionString getStartExpression() Returns the value of the 'Start Expression' attribute.- Returns:
- the value of the 'Start Expression' attribute.
- See Also:
- setStartExpression(String),- DcsPackage.getDataCompositionSchemaDataSetLink_StartExpression()
 
 - 
setStartExpressionvoid setStartExpression(String value) Sets the value of the 'Start Expression' attribute.- Parameters:
- value- the new value of the 'Start Expression' attribute.
- See Also:
- getStartExpression()
 
 - 
isRequiredboolean isRequired() Returns the value of the 'Required' attribute. The default value is"true".- Returns:
- the value of the 'Required' attribute.
- See Also:
- setRequired(boolean),- DcsPackage.getDataCompositionSchemaDataSetLink_Required()
 
 - 
setRequiredvoid setRequired(boolean value) Sets the value of the 'Required' attribute.- Parameters:
- value- the new value of the 'Required' attribute.
- See Also:
- isRequired()
 
 
- 
 
-