Interface DataCompositionSchemaNestedDataSet
-
- All Superinterfaces:
DataSetField
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaNestedDataSetImpl
public interface DataCompositionSchemaNestedDataSet extends DataSetField
A representation of the model object 'Data Composition Schema Nested Data Set'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataPath()
Returns the value of the 'Data Path' attribute.String
getField()
Returns the value of the 'Field' attribute.Presentation
getTitle()
Returns the value of the 'Title' containment reference.void
setDataPath(String value)
Sets the value of the 'Data Path
' attribute.void
setField(String value)
Sets the value of the 'Field
' attribute.void
setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.
-
-
-
Method Detail
-
getDataPath
String getDataPath()
Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
setDataPath(String)
,DcsPackage.getDataCompositionSchemaNestedDataSet_DataPath()
-
setDataPath
void setDataPath(String value)
Sets the value of the 'Data Path
' attribute.- Parameters:
value
- the new value of the 'Data Path' attribute.- See Also:
getDataPath()
-
getField
String getField()
Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
setField(String)
,DcsPackage.getDataCompositionSchemaNestedDataSet_Field()
-
setField
void setField(String value)
Sets the value of the 'Field
' attribute.- Parameters:
value
- the new value of the 'Field' attribute.- See Also:
getField()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation)
,DcsPackage.getDataCompositionSchemaNestedDataSet_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.- Parameters:
value
- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
-