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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
getName()
Returns the value of the 'Name' containment reference.Presentation
getTitle()
Returns the value of the 'Title' containment reference.TypeDescription
getValueType()
Returns the value of the 'Value Type' containment reference.void
setName(Value value)
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.
-
-
-
Method Detail
-
getName
Value getName()
Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(Value)
,DcsPackage.getValueCollectionHeaderCell_Name()
-
setName
void setName(Value value)
Sets the value of the 'Name
' containment reference.- Parameters:
value
- the new value of the 'Name' containment reference.- See Also:
getName()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation)
,DcsPackage.getValueCollectionHeaderCell_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.- Parameters:
value
- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
getValueType
TypeDescription getValueType()
Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
setValueType(TypeDescription)
,DcsPackage.getValueCollectionHeaderCell_ValueType()
-
setValueType
void setValueType(TypeDescription value)
Sets the value of the 'Value Type
' containment reference.- Parameters:
value
- the new value of the 'Value Type' containment reference.- See Also:
getValueType()
-
-