Interface DataCompositionSchemaDataSetFieldFolder
-
- All Superinterfaces:
DataSetField
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetFieldFolderImpl
public interface DataCompositionSchemaDataSetFieldFolder extends DataSetField
A representation of the model object 'Data Composition Schema Data Set Field Folder'.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.Presentation
getTitle()
Returns the value of the 'Title' containment reference.DataCompositionSchemaFieldUseRestriction
getUseRestriction()
Returns the value of the 'Use Restriction' containment reference.void
setDataPath(String value)
Sets the value of the 'Data Path
' attribute.void
setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.void
setUseRestriction(DataCompositionSchemaFieldUseRestriction value)
Sets the value of the 'Use Restriction
' 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.getDataCompositionSchemaDataSetFieldFolder_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()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation)
,DcsPackage.getDataCompositionSchemaDataSetFieldFolder_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()
-
getUseRestriction
DataCompositionSchemaFieldUseRestriction getUseRestriction()
Returns the value of the 'Use Restriction' containment reference.- Returns:
- the value of the 'Use Restriction' containment reference.
- See Also:
setUseRestriction(DataCompositionSchemaFieldUseRestriction)
,DcsPackage.getDataCompositionSchemaDataSetFieldFolder_UseRestriction()
-
setUseRestriction
void setUseRestriction(DataCompositionSchemaFieldUseRestriction value)
Sets the value of the 'Use Restriction
' containment reference.- Parameters:
value
- the new value of the 'Use Restriction' containment reference.- See Also:
getUseRestriction()
-
-