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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDestinationDataSet()
Returns the value of the 'Destination Data Set' attribute.String
getDestinationExpression()
Returns the value of the 'Destination Expression' attribute.String
getLinkConditionExpression()
Returns the value of the 'Link Condition Expression' attribute.String
getParameter()
Returns the value of the 'Parameter' attribute.String
getSourceDataSet()
Returns the value of the 'Source Data Set' attribute.String
getSourceExpression()
Returns the value of the 'Source Expression' attribute.String
getStartExpression()
Returns the value of the 'Start Expression' attribute.boolean
isParameterListAllowed()
Returns the value of the 'Parameter List Allowed' attribute.boolean
isRequired()
Returns the value of the 'Required' attribute.boolean
isSetParameterListAllowed()
Returns whether the value of the 'Parameter List Allowed
' attribute is set.void
setDestinationDataSet(String value)
Sets the value of the 'Destination Data Set
' attribute.void
setDestinationExpression(String value)
Sets the value of the 'Destination Expression
' attribute.void
setLinkConditionExpression(String value)
Sets the value of the 'Link Condition Expression
' attribute.void
setParameter(String value)
Sets the value of the 'Parameter
' attribute.void
setParameterListAllowed(boolean value)
Sets the value of the 'Parameter List Allowed
' attribute.void
setRequired(boolean value)
Sets the value of the 'Required
' attribute.void
setSourceDataSet(String value)
Sets the value of the 'Source Data Set
' attribute.void
setSourceExpression(String value)
Sets the value of the 'Source Expression
' attribute.void
setStartExpression(String value)
Sets the value of the 'Start Expression
' attribute.void
unsetParameterListAllowed()
Unsets the value of the 'Parameter List Allowed
' attribute.
-
-
-
Method Detail
-
getSourceDataSet
String 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()
-
setSourceDataSet
void 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()
-
getDestinationDataSet
String 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()
-
setDestinationDataSet
void 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()
-
getSourceExpression
String getSourceExpression()
Returns the value of the 'Source Expression' attribute.- Returns:
- the value of the 'Source Expression' attribute.
- See Also:
setSourceExpression(String)
,DcsPackage.getDataCompositionSchemaDataSetLink_SourceExpression()
-
setSourceExpression
void setSourceExpression(String value)
Sets the value of the 'Source Expression
' attribute.- Parameters:
value
- the new value of the 'Source Expression' attribute.- See Also:
getSourceExpression()
-
getDestinationExpression
String getDestinationExpression()
Returns the value of the 'Destination Expression' attribute.- Returns:
- the value of the 'Destination Expression' attribute.
- See Also:
setDestinationExpression(String)
,DcsPackage.getDataCompositionSchemaDataSetLink_DestinationExpression()
-
setDestinationExpression
void setDestinationExpression(String value)
Sets the value of the 'Destination Expression
' attribute.- Parameters:
value
- the new value of the 'Destination Expression' attribute.- See Also:
getDestinationExpression()
-
getParameter
String getParameter()
Returns the value of the 'Parameter' attribute.- Returns:
- the value of the 'Parameter' attribute.
- See Also:
setParameter(String)
,DcsPackage.getDataCompositionSchemaDataSetLink_Parameter()
-
setParameter
void setParameter(String value)
Sets the value of the 'Parameter
' attribute.- Parameters:
value
- the new value of the 'Parameter' attribute.- See Also:
getParameter()
-
isParameterListAllowed
boolean 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()
-
setParameterListAllowed
void 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()
-
unsetParameterListAllowed
void unsetParameterListAllowed()
Unsets the value of the 'Parameter List Allowed
' attribute.
-
isSetParameterListAllowed
boolean 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)
-
getLinkConditionExpression
String 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()
-
setLinkConditionExpression
void 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()
-
getStartExpression
String getStartExpression()
Returns the value of the 'Start Expression' attribute.- Returns:
- the value of the 'Start Expression' attribute.
- See Also:
setStartExpression(String)
,DcsPackage.getDataCompositionSchemaDataSetLink_StartExpression()
-
setStartExpression
void setStartExpression(String value)
Sets the value of the 'Start Expression
' attribute.- Parameters:
value
- the new value of the 'Start Expression' attribute.- See Also:
getStartExpression()
-
isRequired
boolean 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()
-
setRequired
void setRequired(boolean value)
Sets the value of the 'Required
' attribute.- Parameters:
value
- the new value of the 'Required' attribute.- See Also:
isRequired()
-
-