Interface DataCompositionSchemaDataSetFieldFolder
- All Superinterfaces:
- DataSetField,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- DataCompositionSchemaDataSetFieldFolderImpl
 A representation of the model object 'Data Composition Schema Data Set Field Folder'.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Data Path' attribute.getTitle()Returns the value of the 'Title' containment reference.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.voidSets the value of the 'Use Restriction' containment reference.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- 
getDataPathString getDataPath()Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
 
- 
setDataPathSets the value of the 'Data Path' attribute.- Parameters:
- value- the new value of the 'Data Path' attribute.
- See Also:
 
- 
getTitlePresentation getTitle()Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
 
- 
setTitleSets the value of the 'Title' containment reference.- Parameters:
- value- the new value of the 'Title' containment reference.
- See Also:
 
- 
getUseRestrictionDataCompositionSchemaFieldUseRestriction getUseRestriction()Returns the value of the 'Use Restriction' containment reference.- Returns:
- the value of the 'Use Restriction' containment reference.
- See Also:
 
- 
setUseRestrictionSets the value of the 'Use Restriction' containment reference.- Parameters:
- value- the new value of the 'Use Restriction' containment reference.
- See Also:
 
 
-