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

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

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

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'List Row'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.excel.ListRow#getContents Contents}
  • *
* * @see org.nasdanika.models.excel.ExcelPackage#getListRow() * @model * @generated */ public interface ListRow extends Row { /** * Returns the value of the 'Contents' containment reference list. * The list contents are of type {@link org.eclipse.emf.ecore.EObject}. * * * @return the value of the 'Contents' containment reference list. * @see org.nasdanika.models.excel.ExcelPackage#getListRow_Contents() * @model containment="true" * @generated */ EList getContents(); } // ListRow




© 2015 - 2024 Weber Informatics LLC | Privacy Policy