org.nasdanika.models.excel.EObjectRow Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.excel;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'EObject Row'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.excel.EObjectRow#getContents Contents}
*
*
* @see org.nasdanika.models.excel.ExcelPackage#getEObjectRow()
* @model
* @generated
*/
public interface EObjectRow extends Row {
/**
* Returns the value of the 'Contents' containment reference.
*
*
* @return the value of the 'Contents' containment reference.
* @see #setContents(EObject)
* @see org.nasdanika.models.excel.ExcelPackage#getEObjectRow_Contents()
* @model containment="true"
* @generated
*/
EObject getContents();
/**
* Sets the value of the '{@link org.nasdanika.models.excel.EObjectRow#getContents Contents}' containment reference.
*
*
* @param value the new value of the 'Contents' containment reference.
* @see #getContents()
* @generated
*/
void setContents(EObject value);
} // EObjectRow