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 Summary
Modifier 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.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDataPath
String getDataPath()Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
-
setDataPath
Sets the value of the 'Data Path' attribute.- Parameters:
value- the new value of the 'Data Path' attribute.- See Also:
-
getField
String getField()Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
-
setField
Sets the value of the 'Field' attribute.- Parameters:
value- the new value of the 'Field' attribute.- See Also:
-
getTitle
Presentation getTitle()Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
-
setTitle
Sets the value of the 'Title' containment reference.- Parameters:
value- the new value of the 'Title' containment reference.- See Also:
-