Interface ValueCollectionHeaderCell
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ValueCollectionHeaderCellImpl
public interface ValueCollectionHeaderCell
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Value Collection Header Cell'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the 'Name' containment reference.getTitle()
Returns the value of the 'Title' containment reference.Returns the value of the 'Value Type' containment reference.void
Sets the value of the 'Name
' containment reference.void
setTitle
(Presentation value) Sets the value of the 'Title
' containment reference.void
setValueType
(TypeDescription value) Sets the value of the 'Value Type
' 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
-
getName
Value getName()Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
-
setName
Sets the value of the 'Name
' containment reference.- Parameters:
value
- the new value of the 'Name' containment reference.- 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:
-
getValueType
TypeDescription getValueType()Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
-
setValueType
Sets the value of the 'Value Type
' containment reference.- Parameters:
value
- the new value of the 'Value Type' containment reference.- See Also:
-