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.EObject
 A representation of the model object 'Data Composition Schema Data Set Link'.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Destination Data Set' attribute.Returns the value of the 'Destination Expression' attribute.Returns the value of the 'Link Condition Expression' attribute.Returns the value of the 'Parameter' attribute.Returns the value of the 'Source Data Set' attribute.Returns the value of the 'Source Expression' attribute.Returns the value of the 'Start Expression' attribute.booleanReturns the value of the 'Parameter List Allowed' attribute.booleanReturns the value of the 'Required' attribute.booleanReturns 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.voidUnsets the value of the 'Parameter List Allowed' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getSourceDataSetString getSourceDataSet()Returns the value of the 'Source Data Set' attribute.- Returns:
- the value of the 'Source Data Set' attribute.
- See Also:
 
- 
setSourceDataSetSets the value of the 'Source Data Set' attribute.- Parameters:
- value- the new value of the 'Source Data Set' attribute.
- See Also:
 
- 
getDestinationDataSetString getDestinationDataSet()Returns the value of the 'Destination Data Set' attribute.- Returns:
- the value of the 'Destination Data Set' attribute.
- See Also:
 
- 
setDestinationDataSetSets the value of the 'Destination Data Set' attribute.- Parameters:
- value- the new value of the 'Destination Data Set' attribute.
- See Also:
 
- 
getSourceExpressionString getSourceExpression()Returns the value of the 'Source Expression' attribute.- Returns:
- the value of the 'Source Expression' attribute.
- See Also:
 
- 
setSourceExpressionSets the value of the 'Source Expression' attribute.- Parameters:
- value- the new value of the 'Source Expression' attribute.
- See Also:
 
- 
getDestinationExpressionString getDestinationExpression()Returns the value of the 'Destination Expression' attribute.- Returns:
- the value of the 'Destination Expression' attribute.
- See Also:
 
- 
setDestinationExpressionSets the value of the 'Destination Expression' attribute.- Parameters:
- value- the new value of the 'Destination Expression' attribute.
- See Also:
 
- 
getParameterString getParameter()Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
 
- 
setParameterSets the value of the 'Parameter' attribute.- Parameters:
- value- the new value of the 'Parameter' attribute.
- See Also:
 
- 
isParameterListAllowedboolean isParameterListAllowed()Returns the value of the 'Parameter List Allowed' attribute.- Returns:
- the value of the 'Parameter List Allowed' attribute.
- See Also:
 
- 
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:
 
- 
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:
 
- 
getLinkConditionExpressionString getLinkConditionExpression()Returns the value of the 'Link Condition Expression' attribute.- Returns:
- the value of the 'Link Condition Expression' attribute.
- See Also:
 
- 
setLinkConditionExpressionSets the value of the 'Link Condition Expression' attribute.- Parameters:
- value- the new value of the 'Link Condition Expression' attribute.
- See Also:
 
- 
getStartExpressionString getStartExpression()Returns the value of the 'Start Expression' attribute.- Returns:
- the value of the 'Start Expression' attribute.
- See Also:
 
- 
setStartExpressionSets the value of the 'Start Expression' attribute.- Parameters:
- value- the new value of the 'Start Expression' attribute.
- See Also:
 
- 
isRequiredboolean isRequired()Returns the value of the 'Required' attribute. The default value is"true".- Returns:
- the value of the 'Required' attribute.
- See Also:
 
- 
setRequiredvoid setRequired(boolean value) Sets the value of the 'Required' attribute.- Parameters:
- value- the new value of the 'Required' attribute.
- See Also:
 
 
-