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

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

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

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.ReferenceCell#getTarget Target}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getReferenceCell() * @model * @generated */ public interface ReferenceCell extends Cell { /** * Returns the value of the 'Target' reference. * * * @return the value of the 'Target' reference. * @see #setTarget(EObject) * @see org.nasdanika.models.excel.ExcelPackage#getReferenceCell_Target() * @model * @generated */ EObject getTarget(); /** * Sets the value of the '{@link org.nasdanika.models.excel.ReferenceCell#getTarget Target}' reference. * * * @param value the new value of the 'Target' reference. * @see #getTarget() * @generated */ void setTarget(EObject value); } // ReferenceCell




© 2015 - 2024 Weber Informatics LLC | Privacy Policy