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

org.eclipse.epsilon.labs.emf.cellsheet.Book Maven / Gradle / Ivy

/*******************************************************************************
 * Copyright (c) 2019 The University of York.
 *
 * This program and the accompanying materials are made
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 ******************************************************************************/

/**
 */
package org.eclipse.epsilon.labs.emf.cellsheet;

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

/**
 * 
 * A representation of the model object 'Book'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.epsilon.labs.emf.cellsheet.Book#getWorkspace Workspace}
  • *
  • {@link org.eclipse.epsilon.labs.emf.cellsheet.Book#getCellFormats Cell Formats}
  • *
  • {@link org.eclipse.epsilon.labs.emf.cellsheet.Book#getSheets Sheets}
  • *
  • {@link org.eclipse.epsilon.labs.emf.cellsheet.Book#getBookname Bookname}
  • *
* * @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getBook() * @model * @generated */ public interface Book extends HasId, HasA1 { /** * Returns the value of the 'Workspace' container reference. * It is bidirectional and its opposite is '{@link org.eclipse.epsilon.labs.emf.cellsheet.Workspace#getBooks Books}'. * * * @return the value of the 'Workspace' container reference. * @see #setWorkspace(Workspace) * @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getBook_Workspace() * @see org.eclipse.epsilon.labs.emf.cellsheet.Workspace#getBooks * @model opposite="books" transient="false" * @generated */ Workspace getWorkspace(); /** * Sets the value of the '{@link org.eclipse.epsilon.labs.emf.cellsheet.Book#getWorkspace Workspace}' container reference. * * * @param value the new value of the 'Workspace' container reference. * @see #getWorkspace() * @generated */ void setWorkspace(Workspace value); /** * Returns the value of the 'Cell Formats' containment reference list. * The list contents are of type {@link org.eclipse.epsilon.labs.emf.cellsheet.CellFormat}. * It is bidirectional and its opposite is '{@link org.eclipse.epsilon.labs.emf.cellsheet.CellFormat#getBook Book}'. * * * @return the value of the 'Cell Formats' containment reference list. * @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getBook_CellFormats() * @see org.eclipse.epsilon.labs.emf.cellsheet.CellFormat#getBook * @model opposite="book" containment="true" * @generated */ EList getCellFormats(); /** * Returns the value of the 'Sheets' containment reference list. * The list contents are of type {@link org.eclipse.epsilon.labs.emf.cellsheet.Sheet}. * It is bidirectional and its opposite is '{@link org.eclipse.epsilon.labs.emf.cellsheet.Sheet#getBook Book}'. * * * @return the value of the 'Sheets' containment reference list. * @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getBook_Sheets() * @see org.eclipse.epsilon.labs.emf.cellsheet.Sheet#getBook * @model opposite="book" containment="true" * @generated */ EList getSheets(); /** * Returns the value of the 'Bookname' attribute. * * * @return the value of the 'Bookname' attribute. * @see #setBookname(String) * @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getBook_Bookname() * @model * @generated */ String getBookname(); /** * Sets the value of the '{@link org.eclipse.epsilon.labs.emf.cellsheet.Book#getBookname Bookname}' attribute. * * * @param value the new value of the 'Bookname' attribute. * @see #getBookname() * @generated */ void setBookname(String value); } // Book




© 2015 - 2025 Weber Informatics LLC | Privacy Policy