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.EObjectA representation of the model object 'Value Collection Header Cell'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetName()Returns the value of the 'Name' containment reference.PresentationgetTitle()Returns the value of the 'Title' containment reference.TypeDescriptiongetValueType()Returns the value of the 'Value Type' containment reference.voidsetName(Value value)Sets the value of the 'Name' containment reference.voidsetTitle(Presentation value)Sets the value of the 'Title' containment reference.voidsetValueType(TypeDescription value)Sets the value of the 'Value Type' containment reference.
 
- 
- 
- 
Method Detail- 
getNameValue getName() Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
- setName(Value),- DcsPackage.getValueCollectionHeaderCell_Name()
 
 - 
setNamevoid setName(Value value) Sets the value of the 'Name' containment reference.- Parameters:
- value- the new value of the 'Name' containment reference.
- See Also:
- getName()
 
 - 
getTitlePresentation getTitle() Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
- setTitle(Presentation),- DcsPackage.getValueCollectionHeaderCell_Title()
 
 - 
setTitlevoid setTitle(Presentation value) Sets the value of the 'Title' containment reference.- Parameters:
- value- the new value of the 'Title' containment reference.
- See Also:
- getTitle()
 
 - 
getValueTypeTypeDescription 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()
 
 - 
setValueTypevoid 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()
 
 
- 
 
-