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 Summary
Modifier 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.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
Sets the value of the 'Use Restriction
' 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, eUnset
Methods 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:
-
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:
-
getUseRestriction
DataCompositionSchemaFieldUseRestriction getUseRestriction()Returns the value of the 'Use Restriction' containment reference.- Returns:
- the value of the 'Use Restriction' containment reference.
- See Also:
-
setUseRestriction
Sets the value of the 'Use Restriction
' containment reference.- Parameters:
value
- the new value of the 'Use Restriction' containment reference.- See Also:
-