org.eclipse.epsilon.labs.emf.cellsheet.HasA1 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.ecore.EObject;
/**
*
* A representation of the model object 'Has A1'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.epsilon.labs.emf.cellsheet.HasA1#getA1 A1}
*
*
* @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getHasA1()
* @model abstract="true"
* @generated
*/
public interface HasA1 extends EObject {
/**
* Returns the value of the 'A1' attribute.
*
*
* @return the value of the 'A1' attribute.
* @see #setA1(String)
* @see org.eclipse.epsilon.labs.emf.cellsheet.CellsheetPackage#getHasA1_A1()
* @model derived="true"
* @generated
*/
String getA1();
/**
* Sets the value of the '{@link org.eclipse.epsilon.labs.emf.cellsheet.HasA1#getA1 A1}' attribute.
*
*
* @param value the new value of the 'A1' attribute.
* @see #getA1()
* @generated
*/
void setA1(String value);
} // HasA1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy