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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataPath()Returns the value of the 'Data Path' attribute.PresentationgetTitle()Returns the value of the 'Title' containment reference.DataCompositionSchemaFieldUseRestrictiongetUseRestriction()Returns the value of the 'Use Restriction' containment reference.voidsetDataPath(String value)Sets the value of the 'Data Path' attribute.voidsetTitle(Presentation value)Sets the value of the 'Title' containment reference.voidsetUseRestriction(DataCompositionSchemaFieldUseRestriction value)Sets the value of the 'Use Restriction' containment reference.
 
- 
- 
- 
Method Detail- 
getDataPathString getDataPath() Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
- setDataPath(String),- DcsPackage.getDataCompositionSchemaDataSetFieldFolder_DataPath()
 
 - 
setDataPathvoid setDataPath(String value) Sets the value of the 'Data Path' attribute.- Parameters:
- value- the new value of the 'Data Path' attribute.
- See Also:
- getDataPath()
 
 - 
getTitlePresentation getTitle() Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
- setTitle(Presentation),- DcsPackage.getDataCompositionSchemaDataSetFieldFolder_Title()
 
 - 
setTitlevoid setTitle(Presentation value) Sets the value of the 'Title' containment reference.- Parameters:
- value- the new value of the 'Title' containment reference.
- See Also:
- getTitle()
 
 - 
getUseRestrictionDataCompositionSchemaFieldUseRestriction 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()
 
 - 
setUseRestrictionvoid 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()
 
 
- 
 
-