public interface AbstractModelCellEditor
The following features are supported:
ModelCellEditorPackage.getAbstractModelCellEditor()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellId()
Returns the value of the 'Cell Id' attribute.
|
EClassifier |
getCellType()
Returns the value of the 'Cell Type' reference.
|
java.lang.String |
getModelCellEditorImpl() |
void |
setCellId(java.lang.String value)
Sets the value of the '
Cell Id ' attribute. |
void |
setCellType(EClassifier value)
Sets the value of the '
Cell Type ' reference. |
EClassifier getCellType()
If the meaning of the 'Cell Type' reference isn't clear, there really should be more of a description here...
setCellType(EClassifier)
,
ModelCellEditorPackage.getAbstractModelCellEditor_CellType()
void setCellType(EClassifier value)
Cell Type
' reference. value
- the new value of the 'Cell Type' reference.getCellType()
java.lang.String getCellId()
If the meaning of the 'Cell Id' attribute isn't clear, there really should be more of a description here...
setCellId(String)
,
ModelCellEditorPackage.getAbstractModelCellEditor_CellId()
void setCellId(java.lang.String value)
Cell Id
' attribute. value
- the new value of the 'Cell Id' attribute.getCellId()
java.lang.String getModelCellEditorImpl()