Interface DataCompositionSchemaNestedDataSet
- All Superinterfaces:
- DataSetField,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- DataCompositionSchemaNestedDataSetImpl
 A representation of the model object 'Data Composition Schema Nested Data Set'.
 
 
The following features are supported:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Data Path' attribute.getField()Returns the value of the 'Field' attribute.getTitle()Returns the value of the 'Title' containment reference.voidsetDataPath(String value) Sets the value of the 'Data Path' attribute.voidSets the value of the 'Field' attribute.voidsetTitle(Presentation value) Sets the value of the 'Title' 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:
 
- 
getFieldString getField()Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
 
- 
setFieldSets the value of the 'Field' attribute.- Parameters:
- value- the new value of the 'Field' 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:
 
 
-