All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.models.excel.EObjectCell Maven / Gradle / Ivy

/**
 */
package org.nasdanika.models.excel;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'EObject Cell'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.EObjectCell#getValue Value}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getEObjectCell() * @model * @generated */ public interface EObjectCell extends Cell { /** * Returns the value of the 'Value' containment reference. * * * @return the value of the 'Value' containment reference. * @see #setValue(EObject) * @see org.nasdanika.models.excel.ExcelPackage#getEObjectCell_Value() * @model containment="true" * @generated */ EObject getValue(); /** * Sets the value of the '{@link org.nasdanika.models.excel.EObjectCell#getValue Value}' containment reference. * * * @param value the new value of the 'Value' containment reference. * @see #getValue() * @generated */ void setValue(EObject value); } // EObjectCell




© 2015 - 2024 Weber Informatics LLC | Privacy Policy