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 Summary
All 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
-
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()
-
-