Interface ValueCollectionCell
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ValueCollectionCellImpl
public interface ValueCollectionCell extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Value Collection Cell'.The following features are supported:
- See Also:
DcsPackage.getValueCollectionCell()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValuegetValue()Returns the value of the 'Value' containment reference.voidsetValue(Value value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value),DcsPackage.getValueCollectionCell_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-